hedgewars/uConsts.pas
changeset 6688 b2084a00a4cf
parent 6650 56a0b7bf6c15
child 6700 e04da46ee43c
--- a/hedgewars/uConsts.pas	Wed Feb 15 20:59:00 2012 +0100
+++ b/hedgewars/uConsts.pas	Thu Feb 16 16:02:41 2012 +0100
@@ -296,6 +296,11 @@
     AMSlotSize = 32;
 {$ENDIF}
     AMSlotPadding = (AMSlotSize - 32) shr 1;
+
+{$IFDEF USE_TOUCH_INTERFACE}
+    FADE_ANIM_TIME = 500;
+    MOVE_ANIM_TIME = 500;
+{$ENDIF}
 implementation
 
 end.