diff options
Diffstat (limited to 'data/graphics/gui')
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 2 | ||||
-rw-r--r-- | data/graphics/gui/Makefile.am | 2 | ||||
-rw-r--r-- | data/graphics/gui/dpad_attack.xml | 9 | ||||
-rw-r--r-- | data/graphics/gui/dpad_cancel.xml | 9 | ||||
-rw-r--r-- | data/graphics/gui/window.png | bin | 22491 -> 22500 bytes |
5 files changed, 22 insertions, 0 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index 6d1589365..47cfed422 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -15,6 +15,8 @@ SET (FILES colors.xml complete_icon.xml dpad.xml + dpad_attack.xml + dpad_cancel.xml dropdown.xml dropdown_background.xml dropdown_pressed.xml diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index 181def2cb..ed1b1c59e 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -18,6 +18,8 @@ gui_DATA = \ colors.xml \ complete_icon.xml \ dpad.xml \ + dpad_attack.xml \ + dpad_cancel.xml \ dropdown.xml \ dropdown_background.xml \ dropdown_pressed.xml \ diff --git a/data/graphics/gui/dpad_attack.xml b/data/graphics/gui/dpad_attack.xml new file mode 100644 index 000000000..675014eed --- /dev/null +++ b/data/graphics/gui/dpad_attack.xml @@ -0,0 +1,9 @@ +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="20" /> + <option name="x" value="0" /> + <option name="y" value="0" /> + + <part type="standart" xpos="452" ypos="96" width="60" height="60" /> + </widget> +</skinset> diff --git a/data/graphics/gui/dpad_cancel.xml b/data/graphics/gui/dpad_cancel.xml new file mode 100644 index 000000000..635d84721 --- /dev/null +++ b/data/graphics/gui/dpad_cancel.xml @@ -0,0 +1,9 @@ +<skinset name="Default" image="window.png"> + <widget type="Window"> + <option name="padding" value="20" /> + <option name="x" value="100" /> + <option name="y" value="0" /> + + <part type="standart" xpos="452" ypos="96" width="60" height="60" /> + </widget> +</skinset> diff --git a/data/graphics/gui/window.png b/data/graphics/gui/window.png Binary files differindex e98b2aae9..15f36d826 100644 --- a/data/graphics/gui/window.png +++ b/data/graphics/gui/window.png |