forked from InfoProjekt/game
Compare commits
2 commits
ed6c91fa8f
...
1856b2b08a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1856b2b08a | ||
|
|
4a88bb98d5 |
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue