Merge branch 'InfoProjekt-Development'

This commit is contained in:
SpagettiFisch 2024-02-23 10:46:14 +01:00
commit 1856b2b08a

View file

@ -161,7 +161,6 @@ class Scene(GameObjects):
for obj in self.objects:
obj.update()
def draw(self, screen):
for obj in self.objects:
obj.draw(screen)