Updates to support changes to CyberarmEngine

This commit is contained in:
2023-03-30 10:49:47 -05:00
parent e8702f2b2e
commit b418c402fb
5 changed files with 28 additions and 24 deletions

View File

@@ -87,7 +87,7 @@ class IMICRTS
end
def update
@position -= (@direction * @speed) * $window.dt
@position -= (@direction * @speed) * CyberarmEngine::Window.dt
end
def die?