mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Added Close game state, tweaked Boot state
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user