From b1e58c9c35ae3eb6167a0745086cdb0ddb1dd9d7 Mon Sep 17 00:00:00 2001 From: Muhammad Rifqi Priyo Susanto Date: Thu, 19 Apr 2018 01:55:42 +0700 Subject: Android: Modify touch screen GUI's buttons (#7240) * Android: Add zoom, minimap, and toggle chat button Zoom button is put above jump button. Minimap and toggle chat button are put in settings bar. * Jump button is rotated down button * Move three buttons on the right screen higher --- textures/base/pack/chat_hide_btn.png | Bin 0 -> 289 bytes textures/base/pack/chat_show_btn.png | Bin 0 -> 188 bytes textures/base/pack/jump_btn.png | Bin 434 -> 396 bytes textures/base/pack/minimap_btn.png | Bin 0 -> 218 bytes textures/base/pack/zoom.png | Bin 0 -> 1290 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100755 textures/base/pack/chat_hide_btn.png create mode 100755 textures/base/pack/chat_show_btn.png mode change 100644 => 100755 textures/base/pack/jump_btn.png create mode 100755 textures/base/pack/minimap_btn.png create mode 100755 textures/base/pack/zoom.png (limited to 'textures') diff --git a/textures/base/pack/chat_hide_btn.png b/textures/base/pack/chat_hide_btn.png new file mode 100755 index 000000000..42e9fa6b9 Binary files /dev/null and b/textures/base/pack/chat_hide_btn.png differ diff --git a/textures/base/pack/chat_show_btn.png b/textures/base/pack/chat_show_btn.png new file mode 100755 index 000000000..5e72be247 Binary files /dev/null and b/textures/base/pack/chat_show_btn.png differ diff --git a/textures/base/pack/jump_btn.png b/textures/base/pack/jump_btn.png old mode 100644 new mode 100755 index e9ce9d0c6..663055020 Binary files a/textures/base/pack/jump_btn.png and b/textures/base/pack/jump_btn.png differ diff --git a/textures/base/pack/minimap_btn.png b/textures/base/pack/minimap_btn.png new file mode 100755 index 000000000..71d79f6bc Binary files /dev/null and b/textures/base/pack/minimap_btn.png differ diff --git a/textures/base/pack/zoom.png b/textures/base/pack/zoom.png new file mode 100755 index 000000000..2ba479eed Binary files /dev/null and b/textures/base/pack/zoom.png differ -- cgit v1.2.3