1
0
forked from 0ad/0ad

* New command icons because the old ones were ugly (tried out the new abrg dds convert - works nicely and looks better with these monochromatic gradients)

* Experimented with rollovers for the command icons

This was SVN commit r3649.
This commit is contained in:
Wijitmaker 2006-03-16 11:29:50 +00:00
parent 7564827a8a
commit f32388742b
5 changed files with 14 additions and 8 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1662,14 +1662,13 @@
/>
</sprite>
<sprite name="snIconSheetCommandOver">
<effect add_color="42 42 42 0"/>
<image texture="session/icons/sheets/command.dds"
<image texture="session/icons/sheets/command_o.dds"
cell_size="64 64"
size="0 0 100% 100%"
/>
</sprite>
<sprite name="snIconSheetCommandDisabled">
<effect grayscale=""/>
<image texture="session/icons/sheets/command.dds"
cell_size="64 64"
size="0 0 100% 100%"
@ -1686,17 +1685,15 @@
/>
</sprite>
<sprite name="snIconSheetCommandButtonOver">
<effect add_color="42 42 42 0"/>
<image texture="session/icons/bkg/command.dds"
size="0 0 100% 100%"
/>
<image texture="session/icons/sheets/command.dds"
<image texture="session/icons/sheets/command_o.dds"
cell_size="64 64"
size="0 0 100% 100%"
/>
</sprite>
<sprite name="snIconSheetCommandButtonDisabled">
<effect grayscale=""/>
<image texture="session/icons/bkg/command.dds"
size="0 0 100% 100%"
/>