mirror of
https://github.com/cyberarm/cyberarm_engine.git
synced 2025-12-16 21:22:33 +00:00
Elements now return :handled when they're supposed to, GameState initialization and setup are now seperated
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user