mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
parent
497efe5a99
commit
bf0c3af75a
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
async function init()
|
export async function init()
|
||||||
{
|
{
|
||||||
return { [Engine.openRequest]: {
|
return { [Engine.openRequest]: {
|
||||||
"page": "page_modmod.xml",
|
"page": "page_modmod.xml",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
<objects>
|
<objects>
|
||||||
<script directory="gui/pregame/"/>
|
<script module="gui/pregame/mainmenu.js"/>
|
||||||
</objects>
|
</objects>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue