Mid prog font

This commit is contained in:
2023-05-26 10:44:17 -07:00
parent e38d6b7948
commit d6625ba094
10 changed files with 146 additions and 2 deletions

View File

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