use rgba buttons for sell/repair/etc

This commit is contained in:
Chris Forbes
2010-03-27 11:35:48 +13:00
parent 86e86fbd07
commit 088de9dcb7
3 changed files with 23 additions and 6 deletions

View File

@@ -158,4 +158,19 @@
<image name="unowned" x="16" y="0" width="16" height="16" />
<image name="owned" x="0" y="0" width="16" height="16" />
</collection>
<collection name="sell-button" src="dialog.png">
<image name="normal" x="0" y="448" width="33" height="28" />
<image name="pressed" x="33" y="448" width="33" height="28" />
<image name="disabled" x="66" y="448" width="33" height="28" />
</collection>
<collection name="repair-button" src="dialog.png">
<image name="normal" x="0" y="476" width="33" height="28" />
<image name="pressed" x="33" y="476" width="33" height="28" />
<image name="disabled" x="66" y="476" width="33" height="28" />
</collection>
<collection name="power-button" src="dialog.png">
<image name="normal" x="0" y="504" width="33" height="28" />
<image name="pressed" x="33" y="504" width="33" height="28" />
<image name="disabled" x="66" y="504" width="33" height="28" />
</collection>
</chrome>