mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-08 12:05:14 -06:00
update readme
This commit is contained in:
@@ -227,6 +227,9 @@ class Game(arcade.Window):
|
||||
def on_update(self, delta_time):
|
||||
""" Movement and game logic """
|
||||
|
||||
if len(self.enemy_list) == 0 and len(self.active_enemies)==0:
|
||||
self.setup()
|
||||
|
||||
# Update Mobs
|
||||
self.Mobs.update()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user