mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 23:52:35 +00:00
Added HUD widgets, make Boot and Close use button_up instead of button_down
This commit is contained in:
@@ -51,7 +51,7 @@ class IMICFPS
|
||||
@slope -= 25 * window.dt
|
||||
end
|
||||
|
||||
def button_down(id)
|
||||
def button_up(id)
|
||||
if id == Gosu::KbEscape or
|
||||
(id >= Gosu::GP_LEFT and id >= Gosu::GP_BUTTON_15) or
|
||||
id == Gosu::MsLeft
|
||||
|
||||
Reference in New Issue
Block a user