Added crude menu

This commit is contained in:
2019-01-31 17:33:59 -06:00
parent 22c90ba7af
commit a86ea2fe64
3 changed files with 26 additions and 18 deletions

View File

@@ -15,7 +15,7 @@ class Boot < CyberarmEngine::GameState
@background = Gosu::Color.new(0x007a0d71)
@background_two = Gosu::Color.new(0x007b6ead)
@boot_life = 5_000
@boot_life = 5#_000
@boot_started = Gosu.milliseconds
end