mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Added event handler for :entity_moved, added door script, various tweaks
This commit is contained in:
@@ -7,7 +7,7 @@ class IMICFPS
|
||||
|
||||
def window; $window; end
|
||||
|
||||
def delta_time; (Gosu.milliseconds - @delta_time) / 1000.0; end
|
||||
def delta_time; (Gosu.milliseconds - window.delta_time) / 1000.0; end
|
||||
def button_down?(id); window.button_down?(id); end
|
||||
|
||||
def mouse_x; window.mouse_x; end
|
||||
|
||||
Reference in New Issue
Block a user