Added Close game state, tweaked Boot state

This commit is contained in:
2020-05-04 07:34:24 -05:00
parent f3c3a1047f
commit 1629cf4605
6 changed files with 84 additions and 9 deletions

View File

@@ -73,6 +73,10 @@ class IMICFPS
@delta_time = Gosu.milliseconds
end
def close
push_state(Close)
end
def button_down(id)
if @show_console
@console.button_down(id)