From 13642a6cddd8657ec84a2bfa94c6ac7d34545dba Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 14 Nov 2012 16:55:35 +0300 Subject: Add support for on screen joystick for moving. --- data/graphics/gui/CMakeLists.txt | 1 + data/graphics/gui/Makefile.am | 1 + data/graphics/gui/dpad.xml | 9 +++++++++ data/graphics/gui/window.png | Bin 20056 -> 22491 bytes 4 files changed, 11 insertions(+) create mode 100644 data/graphics/gui/dpad.xml (limited to 'data/graphics') diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index ea3312600..9f2f847da 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -13,6 +13,7 @@ SET (FILES circle-on.xml colors.xml complete_icon.xml + dpad.xml dropdown.xml dropdown_background.xml dropdown_pressed.xml diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index cd3f80397..69c07bda1 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -16,6 +16,7 @@ gui_DATA = \ circle-on.xml \ colors.xml \ complete_icon.xml \ + dpad.xml \ dropdown.xml \ dropdown_background.xml \ dropdown_pressed.xml \ diff --git a/data/graphics/gui/dpad.xml b/data/graphics/gui/dpad.xml new file mode 100644 index 000000000..79ba00907 --- /dev/null +++ b/data/graphics/gui/dpad.xml @@ -0,0 +1,9 @@ + + + + diff --git a/data/graphics/gui/window.png b/data/graphics/gui/window.png index 54455fa9d..e98b2aae9 100644 Binary files a/data/graphics/gui/window.png and b/data/graphics/gui/window.png differ -- cgit v1.2.3-60-g2f50