1
0
forked from 0ad/0ad

Fixes flickering in main menu backgrounds on old Intel GPUs, by manually setting the z-values for each layer, fixes #2143

This was SVN commit r15220.
This commit is contained in:
historic_bruno 2014-05-26 04:38:47 +00:00
parent 4dd90a1ef3
commit 39cfb6748d

View File

@ -23,18 +23,21 @@
sprite="background-hellenes1-1"
hidden="true"
ghost="true"
z="1"
/>
<object name="backgroundHele1-2"
type="image"
sprite="background-hellenes1-2"
hidden="true"
ghost="true"
z="2"
/>
<object name="backgroundHele1-3"
type="image"
sprite="background-hellenes1-3"
hidden="true"
ghost="true"
z="3"
/>
<object name="backgroundPers1-1"
@ -42,24 +45,28 @@
sprite="background-persians1-1"
hidden="true"
ghost="true"
z="1"
/>
<object name="backgroundPers1-2"
type="image"
sprite="background-persians1-2"
hidden="true"
ghost="true"
z="2"
/>
<object name="backgroundPers1-3"
type="image"
sprite="background-persians1-3"
hidden="true"
ghost="true"
z="3"
/>
<object name="backgroundPers1-4"
type="image"
sprite="background-persians1-4"
hidden="true"
ghost="true"
z="4"
/>
<!--