Added all the callbacks to Window and GameState, removed all but one usage of global variables ().

This commit is contained in:
2022-06-05 09:19:30 -05:00
parent 0a62e5180a
commit ca73a2d8e8
11 changed files with 178 additions and 97 deletions

View File

@@ -95,7 +95,7 @@ module CyberarmEngine
end
def window
$window
CyberarmEngine::Window.instance
end
def control_down?