mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-08 10:05:17 -06:00
add tick function for mob movement
This commit is contained in:
@@ -126,6 +126,7 @@ class Game(arcade.Window):
|
||||
t2 = time.time()
|
||||
print(f'Path acquired in {round(t2 - t1, 4)}s')
|
||||
self.draw_path(path)
|
||||
mob.tick(path)
|
||||
|
||||
self.fps.tick()
|
||||
except Exception:
|
||||
|
||||
Reference in New Issue
Block a user