# HG changeset patch
# User antonc27 <antonc27@mail.ru>
# Date 1444934168 -7200
# Node ID 89f6c8cf60c8bb68da4aad53b8f454d00256fce2
# Parent  279ed2931be82456ce6bbc1e7806f7fe7e292774
- Timer button added to mobile touch controls

diff -r 279ed2931be8 -r 89f6c8cf60c8 hedgewars/uVariables.pas
--- a/hedgewars/uVariables.pas	Thu Oct 15 01:13:23 2015 +0200
+++ b/hedgewars/uVariables.pas	Thu Oct 15 20:36:08 2015 +0200
@@ -441,8 +441,8 @@
             Width: 128; Height: 128; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true), // sprJumpWidget
             (FileName: 'pause'; Path: ptButtons; AltPath: ptNone; Texture: nil; Surface: nil;
             Width: 120; Height: 100; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHigh; getDimensions: false; getImageDimensions: true), // sprPauseButton
-            (FileName: 'pause'; 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), // sprTimerButton
+            (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
 {$ENDIF}
diff -r 279ed2931be8 -r 89f6c8cf60c8 project_files/Android-build/SDL-android-project/assets/Data/Graphics/Buttons/timerbutton.png
Binary file project_files/Android-build/SDL-android-project/assets/Data/Graphics/Buttons/timerbutton.png has changed