mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Placeholder XMLs to stop the GUI loader from complaining until the Real McCoy is ready.
This was SVN commit r1228.
This commit is contained in:
parent
769e521349
commit
714d41cbbe
3 changed files with 46 additions and 0 deletions
20
binaries/data/mods/official/gui/test/1_global.xml
Executable file
20
binaries/data/mods/official/gui/test/1_global.xml
Executable file
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no" ?>
|
||||
|
||||
<!DOCTYPE objects SYSTEM "../gui.dtd">
|
||||
|
||||
<objects>
|
||||
|
||||
<!--
|
||||
==========================================
|
||||
- GLOBAL SCRIPTS -
|
||||
==========================================
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
==========================================
|
||||
- GLOBAL OBJECTS -
|
||||
==========================================
|
||||
-->
|
||||
|
||||
</objects>
|
||||
13
binaries/data/mods/official/gui/test/2_mainmenu.xml
Executable file
13
binaries/data/mods/official/gui/test/2_mainmenu.xml
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no" ?>
|
||||
|
||||
<!DOCTYPE objects SYSTEM "../gui.dtd">
|
||||
|
||||
<objects>
|
||||
|
||||
<!--
|
||||
==========================================
|
||||
- MAIN MENU -
|
||||
==========================================
|
||||
-->
|
||||
|
||||
</objects>
|
||||
13
binaries/data/mods/official/gui/test/3_session.xml
Executable file
13
binaries/data/mods/official/gui/test/3_session.xml
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1" standalone="no" ?>
|
||||
|
||||
<!DOCTYPE objects SYSTEM "../gui.dtd">
|
||||
|
||||
<!--
|
||||
==========================================
|
||||
- SESSION GUI -
|
||||
==========================================
|
||||
-->
|
||||
|
||||
<objects>
|
||||
|
||||
</objects>
|
||||
Loading…
Reference in a new issue