diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-22 12:16:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-29 00:49:56 +0300 |
commit | 76c98ce0c8e78778f73d6a5728441897e134fb9e (patch) | |
tree | 63753c9b80004c2f66314d8ea883a9b378656a12 /data/graphics/gui/playerbox.xml | |
parent | ecf7284930fc6b67db33146819bedf6ec0ed7e7b (diff) | |
download | plus-76c98ce0c8e78778f73d6a5728441897e134fb9e.tar.gz plus-76c98ce0c8e78778f73d6a5728441897e134fb9e.tar.bz2 plus-76c98ce0c8e78778f73d6a5728441897e134fb9e.tar.xz plus-76c98ce0c8e78778f73d6a5728441897e134fb9e.zip |
Improve a bit look in character selection window.
Add selection skin for playerbox.
New theme file: playerboxselected.xml
Diffstat (limited to 'data/graphics/gui/playerbox.xml')
-rw-r--r-- | data/graphics/gui/playerbox.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/graphics/gui/playerbox.xml b/data/graphics/gui/playerbox.xml index 5718410b9..88e98604e 100644 --- a/data/graphics/gui/playerbox.xml +++ b/data/graphics/gui/playerbox.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <skinset name="Default" image="window.png"> - <widget type="Window" xpos="41" ypos="186"> - <option name="drawbackground" value="0" /> + <widget type="Window" xpos="75" ypos="186"> + <option name="drawbackground" value="1" /> <option name="offsetX" value="-16" /> <option name="offsetY" value="-32" /> <option name="frameSize" value="2" /> |