# HG changeset patch # User antonc27 # Date 1444936423 -7200 # Node ID e3bce5a79207ff6a8df9f5e5775eb9d1f5ba9669 # Parent 89f6c8cf60c8bb68da4aad53b8f454d00256fce2 - Target button added to mobile touch controls diff -r 89f6c8cf60c8 -r e3bce5a79207 hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Thu Oct 15 20:36:08 2015 +0200 +++ b/hedgewars/uVariables.pas Thu Oct 15 21:13:43 2015 +0200 @@ -443,8 +443,8 @@ Width: 120; Height: 100; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true), // sprPauseButton (FileName: 'timerbutton'; Path: ptButtons; AltPath: ptNone; Texture: nil; Surface: nil; Width: 128; Height: 128; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true), // sprTimerButton - (FileName: 'forwardjump'; Path: ptButtons; AltPath: ptNone; Texture: nil; Surface: nil;//TODO correct image - Width: 120; Height: 128; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true), // sprTargetButton + (FileName: 'targetbutton'; Path: ptButtons; AltPath: ptNone; Texture: nil; Surface: nil; + Width: 128; Height: 128; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true), // sprTargetButton {$ENDIF} (FileName: 'Flake'; Path:ptCurrTheme; AltPath: ptNone; Texture: nil; Surface: nil; Width: 64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHighest; getDimensions: false; getImageDimensions: true),// sprFlake diff -r 89f6c8cf60c8 -r e3bce5a79207 project_files/Android-build/SDL-android-project/assets/Data/Graphics/Buttons/targetbutton.png Binary file project_files/Android-build/SDL-android-project/assets/Data/Graphics/Buttons/targetbutton.png has changed