forked from InfoProjekt/game
Development #1
1 changed files with 0 additions and 1 deletions
|
|
@ -161,7 +161,6 @@ class Scene(GameObjects):
|
||||||
for obj in self.objects:
|
for obj in self.objects:
|
||||||
obj.update()
|
obj.update()
|
||||||
|
|
||||||
|
|
||||||
def draw(self, screen):
|
def draw(self, screen):
|
||||||
for obj in self.objects:
|
for obj in self.objects:
|
||||||
obj.draw(screen)
|
obj.draw(screen)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue