This website requires JavaScript.
Explore
Help
Sign in
dallasgroot
/
0ad
Watch
1
Star
0
Fork
You've already forked 0ad
0
mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced
2026-06-18 06:13:55 -07:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3
59cb3cd67b
0ad
/
binaries
/
data
/
mods
/
_test.gui
/
gui
/
sequential
/
sequential.js
6 lines
152 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Change the GuiManager tests to use promises Adopt the new interface by the tests: as an example and to show that it's sound.
2024-09-21 11:22:55 -07:00
async
function
init
(
)
{
Rename PushGuiPage to OpenChildPage There is no `PopGuiPage` anymore. For symmetry there should also be no `PushGuiPage`.
2024-10-30 10:56:33 -07:00
await
Engine
.
OpenChildPage
(
"regainFocus/page_emptyPage.xml"
)
;
await
Engine
.
OpenChildPage
(
"regainFocus/page_emptyPage.xml"
)
;
Change the GuiManager tests to use promises Adopt the new interface by the tests: as an example and to show that it's sound.
2024-09-21 11:22:55 -07:00
}
Reference in a new issue
Copy permalink