Added more variants of Ysabeuau fonts

This commit is contained in:
2023-06-18 00:42:49 -07:00
parent 55490a9918
commit 79556955ef
28 changed files with 111 additions and 14 deletions

View File

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