1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-01 02:07:57 +00:00

startgame animations

This commit is contained in:
Zeno Rogue
2018-12-17 11:33:52 +01:00
parent 3f0bda332e
commit e2b262979b
6 changed files with 137 additions and 3 deletions

View File

@@ -65,8 +65,10 @@ int main(int argc, char **argv) {
start_game();
#endif
#if !ISWEB
if(showstartmenu && !vid.skipstart)
if(showstartmenu && !vid.skipstart) {
startanims::pick();
pushScreen(showStartMenu);
}
#endif
mainloop();
finishAll();