mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 06:13:55 -07:00
Notice TimeNotificationOverlay.xml must be included after PauseOverlay.xml, otherwise there will be a Z/transparency bug, see D148. This was SVN commit r23117.
4 lines
231 B
XML
4 lines
231 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<object name="notificationPanel" type="image" size="50%-300 60 50%+300 120" ghost="true">
|
|
<object name="notificationText" type="text" style="notificationPanel" ghost="true" z="0"/>
|
|
</object>
|