Add initial texture conversion settings.

Replace button texture with higher-quality PNG.

This was SVN commit r8102.
This commit is contained in:
Ykkrosh 2010-09-10 21:05:13 +00:00
parent 96a8c7bd91
commit c8eaee35cc
9 changed files with 32 additions and 7 deletions

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Textures>
<File pattern="normal*" normal="true"/>
</Textures>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Textures>
<File pattern="*" alpha="transparency"/>
</Textures>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Textures>
<File pattern="*" format="dxt1"/>
</Textures>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Textures>
<File pattern="*" format="dxt5" mipmap="true" filter="box"/>
</Textures>

Binary file not shown.

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Textures>
<!-- Use RGBA for some small files that have ugly DXT artifacts -->
<File pattern="button_wood.*" format="rgba"/>
</Textures>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Textures>
<File pattern="*" mipmap="false" alpha="transparency"/>
</Textures>

View File

@ -405,14 +405,14 @@
</sprite>
<sprite name="wheatButton">
<image texture="global/button/button_wood.dds"
<image texture="global/button/button_wood.png"
real_texture_placement="0 0 160 31"
size="0 0 100% 100%"
/>
</sprite>
<sprite name="wheatButtonOver">
<image texture="global/button/button_wood.dds"
<image texture="global/button/button_wood.png"
real_texture_placement="0 32 160 64"
size="0 0 100% 100%"
/>
@ -420,7 +420,7 @@
<sprite name="wheatButtonDisabled">
<effect grayscale="" />
<image texture="global/button/button_wood.dds"
<image texture="global/button/button_wood.png"
real_texture_placement="0 0 160 31"
size="0 0 100% 100%"
/>
@ -428,7 +428,7 @@
<sprite name="wheatButtonGlow">
<effect add_color="60 42 42 0" />
<image texture="global/button/button_wood.dds"
<image texture="global/button/button_wood.png"
real_texture_placement="0 0 160 31"
size="0 0 100% 100%"
/>