hedgewars/uConsts.pas
changeset 14896 63357ed39886
parent 14736 8563cc40fc1e
child 14952 8e4e508d153c
equal deleted inserted replaced
14895:d4a19bf6687e 14896:63357ed39886
    64     msgFailed            = 'failed';
    64     msgFailed            = 'failed';
    65     msgFailedSize        = 'failed due to size';
    65     msgFailedSize        = 'failed due to size';
    66     msgGettingConfig     = 'Getting game config...';
    66     msgGettingConfig     = 'Getting game config...';
    67 
    67 
    68     // camera movement multipliers
    68     // camera movement multipliers
    69     cameraKeyboardSpeed : ShortInt = 10;
    69     cameraKeyboardSpeed     : LongInt = 10;
       
    70     cameraKeyboardSpeedSlow : LongInt =  3;
    70 
    71 
    71     // color constants
    72     // color constants
    72     cWhiteColorChannels : TSDL_Color = (r:$FF; g:$FF; b:$FF; a:$FF);
    73     cWhiteColorChannels : TSDL_Color = (r:$FF; g:$FF; b:$FF; a:$FF);
    73     cNearBlackColorChannels : TSDL_Color = (r:$00; g:$00; b:$10; a:$FF);
    74     cNearBlackColorChannels : TSDL_Color = (r:$00; g:$00; b:$10; a:$FF);
    74     cInvertTextColorAt    : Byte = 64;
    75     cInvertTextColorAt    : Byte = 64;