mirror of
https://github.com/n0remac/game-jam-2020.git
synced 2025-12-15 04:10:00 -06:00
incresed speed boost on kills
This commit is contained in:
@@ -67,7 +67,6 @@ class MobHandler:
|
||||
|
||||
# Enemy activation and update
|
||||
for enemy in reversed(self.enemy_list):
|
||||
# TODO replace with distance checking
|
||||
distance = self.get_distance(enemy)
|
||||
enemy.collisions.update()
|
||||
if (distance < 300):
|
||||
|
||||
Reference in New Issue
Block a user