diff options
author | Ira Rice <irarice@gmail.com> | 2008-09-25 00:20:43 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2008-09-25 00:20:43 +0000 |
commit | c6db9aaac28138dcd6bdfb49fdc98afb36cb9c54 (patch) | |
tree | 6addf03eed4042a3d3213134835c38d31445a51f /data/graphics/gui/gui.xml | |
parent | 489a429bea6739dfa25503b9329bd9e33bffb856 (diff) | |
download | mana-c6db9aaac28138dcd6bdfb49fdc98afb36cb9c54.tar.gz mana-c6db9aaac28138dcd6bdfb49fdc98afb36cb9c54.tar.bz2 mana-c6db9aaac28138dcd6bdfb49fdc98afb36cb9c54.tar.xz mana-c6db9aaac28138dcd6bdfb49fdc98afb36cb9c54.zip |
Forgot to merge in the new files and resources into trunk.
Diffstat (limited to 'data/graphics/gui/gui.xml')
-rw-r--r-- | data/graphics/gui/gui.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/graphics/gui/gui.xml b/data/graphics/gui/gui.xml new file mode 100644 index 00000000..fe62528e --- /dev/null +++ b/data/graphics/gui/gui.xml @@ -0,0 +1,18 @@ +<skinset name="Default" image="default.png"> + <widget type="Window"> + <!-- Top Row --> + <part type="top-left-corner" xpos="0" ypos="0" width="4" height="4" /> + <part type="top-edge" xpos="4" ypos="0" width="3" height="4" /> + <part type="top-right-corner" xpos="7" ypos="0" width="4" height="4" /> + + <!-- Middle Row --> + <part type="left-edge" xpos="0" ypos="4" width="4" height="10" /> + <part type="bg-quad" xpos="11" ypos="0" width="32" height="32" /> + <part type="right-edge" xpos="7" ypos="4" width="4" height="10" /> + + <!-- Bottom Row --> + <part type="bottom-left-corner" xpos="0" ypos="15" width="4" height="4" /> + <part type="bottom-edge" xpos="4" ypos="15" width="3" height="4" /> + <part type="bottom-right-corner" xpos="7" ypos="15" width="4" height="4" /> + </widget> +</skinset>
\ No newline at end of file |