Parallel event

This commit is contained in:
2023-04-23 21:43:17 -07:00
parent 7c45d4469a
commit d105f9e4ab
8 changed files with 98 additions and 33 deletions

View File

@@ -10,6 +10,6 @@
using namespace Dawn;
Scene * Dawn::dawnGameGetInitialScene(DawnGame *game) {
// return new HelloWorldScene(game);
return new TestScene(game);
return new HelloWorldScene(game);
// return new TestScene(game);
}