mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-24 17:26:43 +00:00
Add initial texture conversion settings.
Replace button texture with higher-quality PNG. This was SVN commit r8102.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Textures>
|
||||
<File pattern="normal*" normal="true"/>
|
||||
</Textures>
|
||||
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Textures>
|
||||
<File pattern="*" alpha="transparency"/>
|
||||
</Textures>
|
||||
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Textures>
|
||||
<File pattern="*" format="dxt1"/>
|
||||
</Textures>
|
||||
@@ -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.
Binary file not shown.
@@ -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>
|
||||
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Textures>
|
||||
<File pattern="*" mipmap="false" alpha="transparency"/>
|
||||
</Textures>
|
||||
@@ -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%"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user