mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-15 04:10:00 -06:00
fix draw path function
This commit is contained in:
@@ -44,9 +44,7 @@ class Mob(arcade.Sprite):
|
||||
"""
|
||||
A on_update function, the Mob should decide it's next actions here.
|
||||
"""
|
||||
|
||||
if Config.DEBUG:
|
||||
if self.target is not None:
|
||||
pass
|
||||
|
||||
def get_path(self, end: Tuple[int, int] = None) -> List[Tuple[int, int]]:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user