mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 14:23:56 -07:00
Minor update to add link to 5_atlas.xml, so that GUI development of the Atlas Editor is supported.
This was SVN commit r1303.
This commit is contained in:
parent
f1a8ea118e
commit
9a69d76feb
1 changed files with 1 additions and 0 deletions
|
|
@ -767,6 +767,7 @@ static void psInit()
|
|||
g_GUI.LoadXMLFile("gui/test/2_mainmenu.xml");
|
||||
g_GUI.LoadXMLFile("gui/test/3_session.xml");
|
||||
g_GUI.LoadXMLFile("gui/test/4_manual.xml");
|
||||
g_GUI.LoadXMLFile("gui/test/5_atlas.xml");
|
||||
|
||||
g_GUI.LoadXMLFile("gui/test/hello.xml");
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue