Cloud fixed on new game

This commit is contained in:
2021-03-29 20:40:11 +03:00
parent 08bd3e9517
commit f97c8e6198
+4
View File
@@ -48,6 +48,10 @@ class Drakora():
for enemy in self.enemies:
enemy.kill()
for cloudGroup in self.cloudGroups:
for cloud in cloudGroup:
cloud.kill()
if self.player: self.player.kill()
self.player = Player()