From 48208c1cd2136055afffcc4ef6c517cabfd404a8 Mon Sep 17 00:00:00 2001 From: stujones11 Date: Mon, 3 Dec 2018 21:35:31 +0000 Subject: Re-master and improve touchscreen gui icons (#7931) Increase the resolution of the smaller icons to look better on modern HD screens. All master SVGs included in the the Android build directory. --- build/android/icons/aux_btn.svg | 411 +++++++++++++++ build/android/icons/camera_btn.svg | 108 ++++ build/android/icons/chat_btn.svg | 96 ++++ build/android/icons/chat_hide_btn.svg | 139 +++++ build/android/icons/chat_show_btn.svg | 133 +++++ build/android/icons/checkbox_tick.svg | 93 ++++ build/android/icons/debug_btn.svg | 344 +++++++++++++ build/android/icons/down.svg | 542 ++++++++++++++++++++ build/android/icons/drop_btn.svg | 173 +++++++ build/android/icons/fast_btn.svg | 190 +++++++ build/android/icons/fly_btn.svg | 168 ++++++ build/android/icons/gear_icon.svg | 194 +++++++ build/android/icons/inventory_btn.svg | 509 ++++++++++++++++++ build/android/icons/joystick_bg.svg | 876 +++++++++++++++++++++++++++++++ build/android/icons/joystick_center.svg | 877 +++++++++++++++++++++++++++++++ build/android/icons/joystick_off.svg | 882 ++++++++++++++++++++++++++++++++ build/android/icons/jump_btn.svg | 547 ++++++++++++++++++++ build/android/icons/minimap_btn.svg | 159 ++++++ build/android/icons/noclip_btn.svg | 173 +++++++ build/android/icons/rangeview_btn.svg | 456 +++++++++++++++++ build/android/icons/rare_controls.svg | 521 +++++++++++++++++++ build/android/icons/zoom.svg | 599 ++++++++++++++++++++++ textures/base/pack/aux_btn.png | Bin 1874 -> 1900 bytes textures/base/pack/camera_btn.png | Bin 729 -> 1859 bytes textures/base/pack/chat_btn.png | Bin 399 -> 873 bytes textures/base/pack/chat_hide_btn.png | Bin 289 -> 1089 bytes textures/base/pack/chat_show_btn.png | Bin 188 -> 1082 bytes textures/base/pack/debug_btn.png | Bin 895 -> 2484 bytes textures/base/pack/down.png | Bin 1554 -> 1690 bytes textures/base/pack/drop_btn.png | Bin 1035 -> 1269 bytes textures/base/pack/fast_btn.png | Bin 875 -> 1212 bytes textures/base/pack/fly_btn.png | Bin 720 -> 1559 bytes textures/base/pack/gear_icon.png | Bin 3906 -> 1858 bytes textures/base/pack/inventory_btn.png | Bin 343 -> 331 bytes textures/base/pack/joystick_bg.png | Bin 5733 -> 12481 bytes textures/base/pack/joystick_center.png | Bin 3073 -> 2574 bytes textures/base/pack/joystick_off.png | Bin 5880 -> 14363 bytes textures/base/pack/jump_btn.png | Bin 1073 -> 1710 bytes textures/base/pack/minimap_btn.png | Bin 218 -> 1220 bytes textures/base/pack/noclip_btn.png | Bin 1087 -> 1236 bytes textures/base/pack/rangeview_btn.png | Bin 1476 -> 2423 bytes textures/base/pack/rare_controls.png | Bin 349 -> 227 bytes textures/base/pack/zoom.png | Bin 1290 -> 1320 bytes 43 files changed, 8190 insertions(+) create mode 100644 build/android/icons/aux_btn.svg create mode 100644 build/android/icons/camera_btn.svg create mode 100644 build/android/icons/chat_btn.svg create mode 100644 build/android/icons/chat_hide_btn.svg create mode 100644 build/android/icons/chat_show_btn.svg create mode 100644 build/android/icons/checkbox_tick.svg create mode 100644 build/android/icons/debug_btn.svg create mode 100644 build/android/icons/down.svg create mode 100644 build/android/icons/drop_btn.svg create mode 100644 build/android/icons/fast_btn.svg create mode 100644 build/android/icons/fly_btn.svg create mode 100644 build/android/icons/gear_icon.svg create mode 100644 build/android/icons/inventory_btn.svg create mode 100644 build/android/icons/joystick_bg.svg create mode 100644 build/android/icons/joystick_center.svg create mode 100644 build/android/icons/joystick_off.svg create mode 100644 build/android/icons/jump_btn.svg create mode 100644 build/android/icons/minimap_btn.svg create mode 100644 build/android/icons/noclip_btn.svg create mode 100644 build/android/icons/rangeview_btn.svg create mode 100644 build/android/icons/rare_controls.svg create mode 100644 build/android/icons/zoom.svg mode change 100755 => 100644 textures/base/pack/aux_btn.png mode change 100755 => 100644 textures/base/pack/chat_hide_btn.png mode change 100755 => 100644 textures/base/pack/chat_show_btn.png mode change 100755 => 100644 textures/base/pack/joystick_bg.png mode change 100755 => 100644 textures/base/pack/joystick_center.png mode change 100755 => 100644 textures/base/pack/joystick_off.png mode change 100755 => 100644 textures/base/pack/jump_btn.png mode change 100755 => 100644 textures/base/pack/minimap_btn.png mode change 100755 => 100644 textures/base/pack/zoom.png diff --git a/build/android/icons/aux_btn.svg b/build/android/icons/aux_btn.svg new file mode 100644 index 000000000..6bbefff67 --- /dev/null +++ b/build/android/icons/aux_btn.svg @@ -0,0 +1,411 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + AUX + + diff --git a/build/android/icons/camera_btn.svg b/build/android/icons/camera_btn.svg new file mode 100644 index 000000000..a91a7fcf8 --- /dev/null +++ b/build/android/icons/camera_btn.svg @@ -0,0 +1,108 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/build/android/icons/chat_btn.svg b/build/android/icons/chat_btn.svg new file mode 100644 index 000000000..41dc6f8c7 --- /dev/null +++ b/build/android/icons/chat_btn.svg @@ -0,0 +1,96 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/build/android/icons/chat_hide_btn.svg b/build/android/icons/chat_hide_btn.svg new file mode 100644 index 000000000..6647b3097 --- /dev/null +++ b/build/android/icons/chat_hide_btn.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/android/icons/chat_show_btn.svg b/build/android/icons/chat_show_btn.svg new file mode 100644 index 000000000..fce9de996 --- /dev/null +++ b/build/android/icons/chat_show_btn.svg @@ -0,0 +1,133 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/android/icons/checkbox_tick.svg b/build/android/icons/checkbox_tick.svg new file mode 100644 index 000000000..6b727bb52 --- /dev/null +++ b/build/android/icons/checkbox_tick.svg @@ -0,0 +1,93 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/build/android/icons/debug_btn.svg b/build/android/icons/debug_btn.svg new file mode 100644 index 000000000..2c37f142a --- /dev/null +++ b/build/android/icons/debug_btn.svg @@ -0,0 +1,344 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/android/icons/down.svg b/build/android/icons/down.svg new file mode 100644 index 000000000..190e7e875 --- /dev/null +++ b/build/android/icons/down.svg @@ -0,0 +1,542 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/android/icons/drop_btn.svg b/build/android/icons/drop_btn.svg new file mode 100644 index 000000000..7cb0e8532 --- /dev/null +++ b/build/android/icons/drop_btn.svg @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/android/icons/fast_btn.svg b/build/android/icons/fast_btn.svg new file mode 100644 index 000000000..1436596b7 --- /dev/null +++ b/build/android/icons/fast_btn.svg @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/android/icons/fly_btn.svg b/build/android/icons/fly_btn.svg new file mode 100644 index 000000000..d203842d4 --- /dev/null +++ b/build/android/icons/fly_btn.svg @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/build/android/icons/gear_icon.svg b/build/android/icons/gear_icon.svg new file mode 100644 index 000000000..b44685ade --- /dev/null +++ b/build/android/icons/gear_icon.svg @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/android/icons/inventory_btn.svg b/build/android/icons/inventory_btn.svg new file mode 100644 index 000000000..ee3dc3c17 --- /dev/null +++ b/build/android/icons/inventory_btn.svg @@ -0,0 +1,509 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/android/icons/joystick_bg.svg b/build/android/icons/joystick_bg.svg new file mode 100644 index 000000000..d8836b358 --- /dev/null +++ b/build/android/icons/joystick_bg.svg @@ -0,0 +1,876 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/android/icons/joystick_center.svg b/build/android/icons/joystick_center.svg new file mode 100644 index 000000000..17202290a --- /dev/null +++ b/build/android/icons/joystick_center.svg @@ -0,0 +1,877 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/android/icons/joystick_off.svg b/build/android/icons/joystick_off.svg new file mode 100644 index 000000000..58e1acf22 --- /dev/null +++ b/build/android/icons/joystick_off.svg @@ -0,0 +1,882 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/android/icons/jump_btn.svg b/build/android/icons/jump_btn.svg new file mode 100644 index 000000000..882c49ed7 --- /dev/null +++ b/build/android/icons/jump_btn.svg @@ -0,0 +1,547 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/android/icons/minimap_btn.svg b/build/android/icons/minimap_btn.svg new file mode 100644 index 000000000..deda32717 --- /dev/null +++ b/build/android/icons/minimap_btn.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff --git a/build/android/icons/noclip_btn.svg b/build/android/icons/noclip_btn.svg new file mode 100644 index 000000000..a816edfc7 --- /dev/null +++ b/build/android/icons/noclip_btn.svg @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/android/icons/rangeview_btn.svg b/build/android/icons/rangeview_btn.svg new file mode 100644 index 000000000..f9319e0b5 --- /dev/null +++ b/build/android/icons/rangeview_btn.svg @@ -0,0 +1,456 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/android/icons/rare_controls.svg b/build/android/icons/rare_controls.svg new file mode 100644 index 000000000..c9991ec7a --- /dev/null +++ b/build/android/icons/rare_controls.svg @@ -0,0 +1,521 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/android/icons/zoom.svg b/build/android/icons/zoom.svg new file mode 100644 index 000000000..ea8dec3c5 --- /dev/null +++ b/build/android/icons/zoom.svg @@ -0,0 +1,599 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/textures/base/pack/aux_btn.png b/textures/base/pack/aux_btn.png old mode 100755 new mode 100644 index 0377e7a63..f589910e8 Binary files a/textures/base/pack/aux_btn.png and b/textures/base/pack/aux_btn.png differ diff --git a/textures/base/pack/camera_btn.png b/textures/base/pack/camera_btn.png index 5e305546e..9327dc4a6 100644 Binary files a/textures/base/pack/camera_btn.png and b/textures/base/pack/camera_btn.png differ diff --git a/textures/base/pack/chat_btn.png b/textures/base/pack/chat_btn.png index 7f6a5cb4f..be4477d3e 100644 Binary files a/textures/base/pack/chat_btn.png and b/textures/base/pack/chat_btn.png differ diff --git a/textures/base/pack/chat_hide_btn.png b/textures/base/pack/chat_hide_btn.png old mode 100755 new mode 100644 index 42e9fa6b9..92a8ece47 Binary files a/textures/base/pack/chat_hide_btn.png 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 old mode 100755 new mode 100644 index 5e72be247..b260d2523 Binary files a/textures/base/pack/chat_show_btn.png and b/textures/base/pack/chat_show_btn.png differ diff --git a/textures/base/pack/debug_btn.png b/textures/base/pack/debug_btn.png index 9b82125c5..ab210a6a4 100644 Binary files a/textures/base/pack/debug_btn.png and b/textures/base/pack/debug_btn.png differ diff --git a/textures/base/pack/down.png b/textures/base/pack/down.png index 2bbfffdb7..c290d3a45 100644 Binary files a/textures/base/pack/down.png and b/textures/base/pack/down.png differ diff --git a/textures/base/pack/drop_btn.png b/textures/base/pack/drop_btn.png index 5d777108a..4403ce67b 100644 Binary files a/textures/base/pack/drop_btn.png and b/textures/base/pack/drop_btn.png differ diff --git a/textures/base/pack/fast_btn.png b/textures/base/pack/fast_btn.png index 08cb189ea..aeb4d3c0c 100644 Binary files a/textures/base/pack/fast_btn.png and b/textures/base/pack/fast_btn.png differ diff --git a/textures/base/pack/fly_btn.png b/textures/base/pack/fly_btn.png index 15cea6e2f..641d0fa6e 100644 Binary files a/textures/base/pack/fly_btn.png and b/textures/base/pack/fly_btn.png differ diff --git a/textures/base/pack/gear_icon.png b/textures/base/pack/gear_icon.png index c8c674912..520e82e1d 100644 Binary files a/textures/base/pack/gear_icon.png and b/textures/base/pack/gear_icon.png differ diff --git a/textures/base/pack/inventory_btn.png b/textures/base/pack/inventory_btn.png index 41a7249df..278ce39c7 100644 Binary files a/textures/base/pack/inventory_btn.png and b/textures/base/pack/inventory_btn.png differ diff --git a/textures/base/pack/joystick_bg.png b/textures/base/pack/joystick_bg.png old mode 100755 new mode 100644 index 15d3ff883..406193998 Binary files a/textures/base/pack/joystick_bg.png and b/textures/base/pack/joystick_bg.png differ diff --git a/textures/base/pack/joystick_center.png b/textures/base/pack/joystick_center.png old mode 100755 new mode 100644 index fad012c5f..1e4754d24 Binary files a/textures/base/pack/joystick_center.png and b/textures/base/pack/joystick_center.png differ diff --git a/textures/base/pack/joystick_off.png b/textures/base/pack/joystick_off.png old mode 100755 new mode 100644 index 6eef488ae..6dfbc7a46 Binary files a/textures/base/pack/joystick_off.png and b/textures/base/pack/joystick_off.png differ diff --git a/textures/base/pack/jump_btn.png b/textures/base/pack/jump_btn.png old mode 100755 new mode 100644 index 3873b50c3..d21b4a9f8 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 old mode 100755 new mode 100644 index 71d79f6bc..727ba1e9d Binary files a/textures/base/pack/minimap_btn.png and b/textures/base/pack/minimap_btn.png differ diff --git a/textures/base/pack/noclip_btn.png b/textures/base/pack/noclip_btn.png index 45404c171..5d7372de5 100644 Binary files a/textures/base/pack/noclip_btn.png and b/textures/base/pack/noclip_btn.png differ diff --git a/textures/base/pack/rangeview_btn.png b/textures/base/pack/rangeview_btn.png index 405f85b5f..e49a1b636 100644 Binary files a/textures/base/pack/rangeview_btn.png and b/textures/base/pack/rangeview_btn.png differ diff --git a/textures/base/pack/rare_controls.png b/textures/base/pack/rare_controls.png index 482964934..953d9e06d 100644 Binary files a/textures/base/pack/rare_controls.png and b/textures/base/pack/rare_controls.png differ diff --git a/textures/base/pack/zoom.png b/textures/base/pack/zoom.png old mode 100755 new mode 100644 index 2ba479eed..b27c8c8ba Binary files a/textures/base/pack/zoom.png and b/textures/base/pack/zoom.png differ -- cgit v1.2.3