hedgewars/uVariables.pas
changeset 6806 cdfb6c7099e5
parent 6796 3e89dbdc7db9
child 6828 6a5d33bff0b0
equal deleted inserted replaced
6805:097289be7200 6806:cdfb6c7099e5
   198 {$IFDEF USE_TOUCH_INTERFACE}
   198 {$IFDEF USE_TOUCH_INTERFACE}
   199     buttonScale: GLFloat;
   199     buttonScale: GLFloat;
   200 
   200 
   201     arrowUp, arrowDown, arrowLeft, arrowRight : TOnScreenWidget;
   201     arrowUp, arrowDown, arrowLeft, arrowRight : TOnScreenWidget;
   202     firebutton, jumpWidget, AMWidget          : TOnScreenWidget;
   202     firebutton, jumpWidget, AMWidget          : TOnScreenWidget;
   203     pauseButton                               : TOnScreenWidget;
   203     pauseButton, utilityWidget                : TOnScreenWidget;
   204 {$ENDIF}
   204 {$ENDIF}
   205 
   205 
   206     AMAnimType      : LongInt;
   206     AMAnimType      : LongInt;
   207 const
   207 const
   208     cHHFileName = 'Hedgehog';
   208     cHHFileName = 'Hedgehog';
   401             Width: 128; Height: 128; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true), // sprAMWidget
   401             Width: 128; Height: 128; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true), // sprAMWidget
   402             (FileName: 'backjump'; Path: ptButtons; AltPath: ptNone; Texture: nil; Surface: nil;
   402             (FileName: 'backjump'; Path: ptButtons; AltPath: ptNone; Texture: nil; Surface: nil;
   403             Width: 128; Height: 128; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true), // sprJumpWidget
   403             Width: 128; Height: 128; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true), // sprJumpWidget
   404             (FileName: 'pause'; Path: ptButtons; AltPath: ptNone; Texture: nil; Surface: nil;
   404             (FileName: 'pause'; Path: ptButtons; AltPath: ptNone; Texture: nil; Surface: nil;
   405             Width: 120; Height: 100; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true), // sprPauseButton
   405             Width: 120; Height: 100; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true), // sprPauseButton
       
   406             (FileName: 'pause'; Path: ptButtons; AltPath: ptNone; Texture: nil; Surface: nil;//TODO correct image
       
   407             Width: 120; Height: 128; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true), // sprTimerButton
   406 {$ENDIF}
   408 {$ENDIF}
   407             (FileName:      'Flake'; Path:ptCurrTheme; AltPath: ptNone; Texture: nil; Surface: nil;
   409             (FileName:      'Flake'; Path:ptCurrTheme; AltPath: ptNone; Texture: nil; Surface: nil;
   408             Width:  64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHighest; getDimensions: false; getImageDimensions: true),// sprFlake
   410             Width:  64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHighest; getDimensions: false; getImageDimensions: true),// sprFlake
   409             (FileName:     'amRope'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   411             (FileName:     'amRope'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
   410             Width:  32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprHandRope
   412             Width:  32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprHandRope