Compare commits

...

2 Commits

Author SHA1 Message Date
4d32ff6f5a Added pishock to requirements 2025-07-16 12:07:07 +01:00
dee653ca31 Updated to use new internal parts of GameUtils 2025-06-24 14:36:43 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class Launcher:
if self.gameRunning: if self.gameRunning:
self.currentGame._update() self.currentGame._update()
self.screen.blit(self.currentGame.surf, (0, 0)) self.screen.blit(self.currentGame._surf, (0, 0))
else: else:
self.screen.fill((0, 0, 0)) self.screen.fill((0, 0, 0))

View File

@ -1,2 +1,3 @@
pygame-ce pygame-ce
pishock
attrs attrs