hedgewars/uConsts.pas
branchwebgl
changeset 8444 75db7bb8dce8
parent 8330 aaefa587e277
parent 8346 3443e0de2c9d
child 8833 c13ebed437cb
--- a/hedgewars/uConsts.pas	Wed Jan 02 11:11:49 2013 +0100
+++ b/hedgewars/uConsts.pas	Sun Jan 27 00:28:57 2013 +0100
@@ -43,6 +43,9 @@
     msgFailedSize        = 'failed due to size';
     msgGettingConfig     = 'Getting game config...';
 
+    // camera movement multipliers
+    cameraKeyboardSpeed : ShortInt = 10;
+
     // color constants
     cWhiteColorChannels : TSDL_Color = (r:$FF; g:$FF; b:$FF; unused:$FF);
     cNearBlackColorChannels : TSDL_Color = (r:$00; g:$00; b:$10; unused:$FF);