summaryrefslogtreecommitdiff
path: root/data/graphics
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-11-14 16:55:35 +0300
committerAndrei Karas <akaras@inbox.ru>2012-11-14 18:37:50 +0300
commit13642a6cddd8657ec84a2bfa94c6ac7d34545dba (patch)
treecefec154fe5b6ec59990c4ef5cfe67eba4a484e6 /data/graphics
parenteaaafe3312a361e332d495ee68451e424d90a19d (diff)
downloadplus-13642a6cddd8657ec84a2bfa94c6ac7d34545dba.tar.gz
plus-13642a6cddd8657ec84a2bfa94c6ac7d34545dba.tar.bz2
plus-13642a6cddd8657ec84a2bfa94c6ac7d34545dba.tar.xz
plus-13642a6cddd8657ec84a2bfa94c6ac7d34545dba.zip
Add support for on screen joystick for moving.
Diffstat (limited to 'data/graphics')
-rw-r--r--data/graphics/gui/CMakeLists.txt1
-rw-r--r--data/graphics/gui/Makefile.am1
-rw-r--r--data/graphics/gui/dpad.xml9
-rw-r--r--data/graphics/gui/window.pngbin20056 -> 22491 bytes
4 files changed, 11 insertions, 0 deletions
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 @@
+<skinset name="Default" image="window.png">
+ <widget type="Window">
+ <option name="padding" value="10" />
+ <option name="x" value="0" />
+ <option name="y" value="0" />
+
+ <part type="standart" xpos="412" ypos="156" width="100" height="100" />
+ </widget>
+</skinset>
diff --git a/data/graphics/gui/window.png b/data/graphics/gui/window.png
index 54455fa9d..e98b2aae9 100644
--- a/data/graphics/gui/window.png
+++ b/data/graphics/gui/window.png
Binary files differ