update cnc to use same, but with slight recolor

This commit is contained in:
Chris Forbes
2010-03-27 13:29:14 +13:00
parent 55e18408c8
commit 3c8b5c1a3f
3 changed files with 15 additions and 0 deletions

BIN
artsrc/cnc/buttons.psd Normal file

Binary file not shown.

BIN
mods/cnc/buttons.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

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="buttons.png">
<image name="normal" x="0" y="0" width="33" height="28" />
<image name="pressed" x="33" y="0" width="33" height="28" />
<image name="disabled" x="66" y="0" width="33" height="28" />
</collection>
<collection name="repair-button" src="buttons.png">
<image name="normal" x="0" y="28" width="33" height="28" />
<image name="pressed" x="33" y="28" width="33" height="28" />
<image name="disabled" x="66" y="28" width="33" height="28" />
</collection>
<collection name="power-button" src="buttons.png">
<image name="normal" x="0" y="54" width="33" height="28" />
<image name="pressed" x="33" y="54" width="33" height="28" />
<image name="disabled" x="66" y="54" width="33" height="28" />
</collection>
</chrome>