Added boot screen, added logo

This commit is contained in:
2020-05-03 23:25:33 -05:00
parent 75185425b6
commit face4b092a
8 changed files with 264 additions and 33 deletions

View File

@@ -34,7 +34,7 @@ class IMICFPS
@config.save!
end
push_state(MainMenu)
push_state(Boot)
@delta_time = Gosu.milliseconds
end