Compare commits
2 Commits
32aa61533c
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
4d32ff6f5a
|
|||
| dee653ca31 |
@ -111,7 +111,7 @@ class Launcher:
|
||||
|
||||
if self.gameRunning:
|
||||
self.currentGame._update()
|
||||
self.screen.blit(self.currentGame.surf, (0, 0))
|
||||
self.screen.blit(self.currentGame._surf, (0, 0))
|
||||
else:
|
||||
self.screen.fill((0, 0, 0))
|
||||
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
pygame-ce
|
||||
pishock
|
||||
attrs
|
||||
Reference in New Issue
Block a user