diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 1 | ||||
-rw-r--r-- | data/graphics/gui/Makefile.am | 1 | ||||
-rw-r--r-- | data/graphics/gui/dpad.xml | 9 | ||||
-rw-r--r-- | data/graphics/gui/window.png | bin | 20056 -> 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 Binary files differindex 54455fa9d..e98b2aae9 100644 --- a/data/graphics/gui/window.png +++ b/data/graphics/gui/window.png |