Basic ImageButton for drawing flags

This commit is contained in:
alzeih
2010-06-13 17:36:12 +12:00
parent 5e630768a2
commit 1a20249f44
8 changed files with 98 additions and 7 deletions

View File

@@ -188,5 +188,10 @@
<image name="normal" x="0" y="56" width="34" height="28" />
<image name="pressed" x="34" y="56" width="34" height="28" />
<image name="disabled" x="68" y="56" width="34" height="28" />
</collection>
<collection name="flags" src="buttons.png">
<image name="Allies" x="0" y="56" width="30" height="25" />
<image name="Soviet" x="0" y="56" width="30" height="25" />
<image name="Random" x="0" y="56" width="30" height="25" />
</collection>
</chrome>