Added Console to replace magic debug keys, added version file

This commit is contained in:
2019-08-07 14:49:49 -05:00
parent 12a588304b
commit ffae3ae14e
6 changed files with 148 additions and 44 deletions

View File

@@ -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)