mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-14 07:12:34 +00:00
Implemented Zoom
This commit is contained in:
@@ -14,6 +14,10 @@ class IMICRTS
|
||||
@last_update_time = Gosu.milliseconds
|
||||
end
|
||||
|
||||
def close
|
||||
push_state(Closing) unless current_state.is_a?(Closing)
|
||||
end
|
||||
|
||||
def delta_time
|
||||
Gosu.milliseconds - @last_update_time
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user