mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +00:00
Added Console to replace magic debug keys, added version file
This commit is contained in:
@@ -81,7 +81,7 @@ class IMICFPS
|
||||
|
||||
def button_up(id)
|
||||
window.close if id == Gosu::KbEscape
|
||||
if Gosu::MsLeft
|
||||
if id == Gosu::MsLeft
|
||||
@elements.each do |e|
|
||||
next unless e.is_a?(Link)
|
||||
if mouse_over?(e)
|
||||
|
||||
Reference in New Issue
Block a user