mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-15 15:52:34 +00:00
Prevent Closing animation for closing immediately by switching to use button_down instead of button_up, added skip_intro setting
This commit is contained in:
@@ -21,7 +21,7 @@ class IMICRTS
|
||||
window.close! if Gosu.milliseconds - @started_at >= @close_time
|
||||
end
|
||||
|
||||
def button_up(id)
|
||||
def button_down(id)
|
||||
window.close!
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user