mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-23 02:45:49 +00:00
df5fee6103
There is no `PopGuiPage` anymore. For symmetry there should also be no `PushGuiPage`.
6 lines
152 B
JavaScript
6 lines
152 B
JavaScript
async function init()
|
|
{
|
|
await Engine.OpenChildPage("regainFocus/page_emptyPage.xml");
|
|
await Engine.OpenChildPage("regainFocus/page_emptyPage.xml");
|
|
}
|