diff options
-rw-r--r-- | src/gui/touchscreengui.cpp | 4 | ||||
-rw-r--r-- | textures/base/pack/down.png | bin | 1328 -> 1554 bytes | |||
-rwxr-xr-x | textures/base/pack/jump_btn.png | bin | 396 -> 1073 bytes |
3 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/touchscreengui.cpp b/src/gui/touchscreengui.cpp index dfd06c21b..13a6a0799 100644 --- a/src/gui/touchscreengui.cpp +++ b/src/gui/touchscreengui.cpp @@ -541,7 +541,7 @@ void TouchScreenGUI::init(ISimpleTextureSource *tsrc) rect<s32>(m_screensize.X - (1.75 * button_size), m_screensize.Y - button_size, m_screensize.X - (0.25 * button_size), - m_screensize.Y - (0.5 * button_size)), + m_screensize.Y), L"x", false); // init crunch button @@ -549,7 +549,7 @@ void TouchScreenGUI::init(ISimpleTextureSource *tsrc) rect<s32>(m_screensize.X - (3.25 * button_size), m_screensize.Y - button_size, m_screensize.X - (1.75 * button_size), - m_screensize.Y - (0.5 * button_size)), + m_screensize.Y), L"H", false); // init zoom button diff --git a/textures/base/pack/down.png b/textures/base/pack/down.png Binary files differindex b85717a7f..2bbfffdb7 100644 --- a/textures/base/pack/down.png +++ b/textures/base/pack/down.png diff --git a/textures/base/pack/jump_btn.png b/textures/base/pack/jump_btn.png Binary files differindex 663055020..3873b50c3 100755 --- a/textures/base/pack/jump_btn.png +++ b/textures/base/pack/jump_btn.png |