From 1cc40c0a7c260f0562572bc99f39a666a12f1b09 Mon Sep 17 00:00:00 2001 From: sapier Date: Mon, 21 Apr 2014 14:10:59 +0200 Subject: Add support for Android 2.3+ There have been plenty of ppl involved in creating this version. I don't wanna mention names as I'm sure I'd forget someone so I just tell where help has been done: - The partial android versions done by various ppl - Testing on different android devices - reviewing code (especially the in core changes) - testing controls - reviewing texts A big thank you to everyone helping this to be completed! --- textures/base/pack/chat_btn.png | Bin 0 -> 777 bytes textures/base/pack/down.png | Bin 0 -> 1917 bytes textures/base/pack/down_arrow.png | Bin 0 -> 843 bytes textures/base/pack/inventory_btn.png | Bin 0 -> 733 bytes textures/base/pack/jump_btn.png | Bin 0 -> 621 bytes textures/base/pack/ladder_down.png | Bin 0 -> 2299 bytes textures/base/pack/left_arrow.png | Bin 0 -> 742 bytes textures/base/pack/right_arrow.png | Bin 0 -> 770 bytes textures/base/pack/up_arrow.png | Bin 0 -> 704 bytes 9 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 textures/base/pack/chat_btn.png create mode 100644 textures/base/pack/down.png create mode 100644 textures/base/pack/down_arrow.png create mode 100644 textures/base/pack/inventory_btn.png create mode 100644 textures/base/pack/jump_btn.png create mode 100644 textures/base/pack/ladder_down.png create mode 100644 textures/base/pack/left_arrow.png create mode 100644 textures/base/pack/right_arrow.png create mode 100644 textures/base/pack/up_arrow.png (limited to 'textures') diff --git a/textures/base/pack/chat_btn.png b/textures/base/pack/chat_btn.png new file mode 100644 index 000000000..a452bd0b9 Binary files /dev/null and b/textures/base/pack/chat_btn.png differ diff --git a/textures/base/pack/down.png b/textures/base/pack/down.png new file mode 100644 index 000000000..7d13857ca Binary files /dev/null and b/textures/base/pack/down.png differ diff --git a/textures/base/pack/down_arrow.png b/textures/base/pack/down_arrow.png new file mode 100644 index 000000000..7b34b1b3a Binary files /dev/null and b/textures/base/pack/down_arrow.png differ diff --git a/textures/base/pack/inventory_btn.png b/textures/base/pack/inventory_btn.png new file mode 100644 index 000000000..58f892b55 Binary files /dev/null and b/textures/base/pack/inventory_btn.png differ diff --git a/textures/base/pack/jump_btn.png b/textures/base/pack/jump_btn.png new file mode 100644 index 000000000..573fd1a10 Binary files /dev/null and b/textures/base/pack/jump_btn.png differ diff --git a/textures/base/pack/ladder_down.png b/textures/base/pack/ladder_down.png new file mode 100644 index 000000000..e3cb7dbd1 Binary files /dev/null and b/textures/base/pack/ladder_down.png differ diff --git a/textures/base/pack/left_arrow.png b/textures/base/pack/left_arrow.png new file mode 100644 index 000000000..30ec327a2 Binary files /dev/null and b/textures/base/pack/left_arrow.png differ diff --git a/textures/base/pack/right_arrow.png b/textures/base/pack/right_arrow.png new file mode 100644 index 000000000..04594b6e3 Binary files /dev/null and b/textures/base/pack/right_arrow.png differ diff --git a/textures/base/pack/up_arrow.png b/textures/base/pack/up_arrow.png new file mode 100644 index 000000000..070529a41 Binary files /dev/null and b/textures/base/pack/up_arrow.png differ -- cgit v1.2.3