Updates to support latest version of CyberarmEngine

This commit is contained in:
2022-09-20 17:17:57 -05:00
parent a8fc2dccde
commit 655b418d70
9 changed files with 41 additions and 41 deletions

View File

@@ -35,7 +35,7 @@ module TAC
end
def draw
window.previous_state.draw
previous_state.draw
Gosu.flush
@@ -56,7 +56,7 @@ module TAC
end
def update
window.previous_state&.update_non_gui
previous_state&.update_non_gui
@ducks.each { |o| o.update(@size) }