forked from InfoProjekt/game
Compare commits
No commits in common. "1856b2b08a845e7010ffa09867d7ed4c001fb2cd" and "ed6c91fa8fd974df250bf6113f920be00e780f06" have entirely different histories.
1856b2b08a
...
ed6c91fa8f
1 changed files with 1 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ 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