0ad/binaries/data/mods/_test.gui/gui/Result/Result.js
phosit 2d206708cd Start Atlas by closing the root page
Theere is now an  `Engine.startAtlas` property that will start Atlas
when it's returned from the root page. The `Engine.RestartInAtlas`
function is removed.
2025-03-26 13:07:57 +01:00

4 lines
74 B
JavaScript

async function init(arg)
{
return arg ? Engine.startAtlas : undefined;
}