forked from mirrors/0ad
4f62e9f6f0
Adopt the new interface by the tests: as an example and to show that it's sound.
6 lines
148 B
JavaScript
6 lines
148 B
JavaScript
async function init()
|
|
{
|
|
await Engine.PushGuiPage("regainFocus/page_emptyPage.xml");
|
|
await Engine.PushGuiPage("regainFocus/page_emptyPage.xml");
|
|
}
|