Refactor character and enemy AI movement logic; implement delta time for smoother updates and replace object (a reserved keyword) with prop.
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ class Scene
|
||||
def initialize
|
||||
end
|
||||
|
||||
def update
|
||||
def update(_dt)
|
||||
end
|
||||
|
||||
def draw
|
||||
|
||||
Reference in New Issue
Block a user