Elements now return :handled when they're supposed to, GameState initialization and setup are now seperated

This commit is contained in:
2019-09-12 08:14:47 -05:00
parent 6fafe98008
commit 788d987da1
10 changed files with 45 additions and 19 deletions

View File

@@ -155,7 +155,7 @@ module CyberarmEngine
def button_up(id)
end
def button_down?(id)
def button_down(id)
end
def find_closest(game_object_class)