diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-18 22:42:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-18 22:43:53 +0300 |
commit | 4b2cbbeae4acc6b2c94f5455eb0c5d1134b32588 (patch) | |
tree | e29d33dd9b293093258b3e4238a00a7169c48e32 /data/graphics/gui/dpad_image.xml | |
parent | 26bf983ed44960508f318e804e8f2fa515f0df2c (diff) | |
download | plus-4b2cbbeae4acc6b2c94f5455eb0c5d1134b32588.tar.gz plus-4b2cbbeae4acc6b2c94f5455eb0c5d1134b32588.tar.bz2 plus-4b2cbbeae4acc6b2c94f5455eb0c5d1134b32588.tar.xz plus-4b2cbbeae4acc6b2c94f5455eb0c5d1134b32588.zip |
Add support for show images in on screen buttons center.
New theme files:
dbutton_image.xml
dpad_image.xml
Diffstat (limited to 'data/graphics/gui/dpad_image.xml')
-rw-r--r-- | data/graphics/gui/dpad_image.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/graphics/gui/dpad_image.xml b/data/graphics/gui/dpad_image.xml new file mode 100644 index 000000000..cf43fc29b --- /dev/null +++ b/data/graphics/gui/dpad_image.xml @@ -0,0 +1,5 @@ +<skinset name="Default" image="window.png"> + <widget type="Window"> + <part type="standart" xpos="412" ypos="132" width="100" height="100" /> + </widget> +</skinset> |