diff options
author | Muhammad Rifqi Priyo Susanto <muhammadrifqipriyosusanto@gmail.com> | 2018-04-19 01:55:42 +0700 |
---|---|---|
committer | SmallJoker <SmallJoker@users.noreply.github.com> | 2018-04-18 20:55:42 +0200 |
commit | b1e58c9c35ae3eb6167a0745086cdb0ddb1dd9d7 (patch) | |
tree | cca81d8b9b1839c25d42e165259165965bf23e82 /textures | |
parent | cca925377b7929276de3bb04553ca6ee2012d35d (diff) | |
download | minetest-b1e58c9c35ae3eb6167a0745086cdb0ddb1dd9d7.tar.gz minetest-b1e58c9c35ae3eb6167a0745086cdb0ddb1dd9d7.tar.bz2 minetest-b1e58c9c35ae3eb6167a0745086cdb0ddb1dd9d7.zip |
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
Diffstat (limited to 'textures')
-rwxr-xr-x | textures/base/pack/chat_hide_btn.png | bin | 0 -> 289 bytes |
-rwxr-xr-x | textures/base/pack/chat_show_btn.png | bin | 0 -> 188 bytes |
-rwxr-xr-x[-rw-r--r--] | textures/base/pack/jump_btn.png | bin | 434 -> 396 bytes |
-rwxr-xr-x | textures/base/pack/minimap_btn.png | bin | 0 -> 218 bytes |
-rwxr-xr-x | textures/base/pack/zoom.png | bin | 0 -> 1290 bytes |
5 files changed, 0 insertions, 0 deletions
diff --git a/textures/base/pack/chat_hide_btn.png b/textures/base/pack/chat_hide_btn.png Binary files differnew file mode 100755 index 000000000..42e9fa6b9 --- /dev/null +++ b/textures/base/pack/chat_hide_btn.png diff --git a/textures/base/pack/chat_show_btn.png b/textures/base/pack/chat_show_btn.png Binary files differnew file mode 100755 index 000000000..5e72be247 --- /dev/null +++ b/textures/base/pack/chat_show_btn.png diff --git a/textures/base/pack/jump_btn.png b/textures/base/pack/jump_btn.png Binary files differindex e9ce9d0c6..663055020 100644..100755 --- a/textures/base/pack/jump_btn.png +++ b/textures/base/pack/jump_btn.png diff --git a/textures/base/pack/minimap_btn.png b/textures/base/pack/minimap_btn.png Binary files differnew file mode 100755 index 000000000..71d79f6bc --- /dev/null +++ b/textures/base/pack/minimap_btn.png diff --git a/textures/base/pack/zoom.png b/textures/base/pack/zoom.png Binary files differnew file mode 100755 index 000000000..2ba479eed --- /dev/null +++ b/textures/base/pack/zoom.png |