Development #4

Merged
Lyzzy merged 13 commits from InfoProjekt/game:Development into main 2024-02-29 09:09:19 +01:00
Showing only changes of commit 1856b2b08a - Show all commits

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)