Added some testsprites

Added 2 Player gamemode
Some changes to get second player handled
This commit is contained in:
Christian
2024-08-25 22:19:48 +02:00
parent 923f476303
commit 9dc0b6289f
10 changed files with 982 additions and 51 deletions

View File

@@ -17,6 +17,6 @@ def load_image(filename, colorkey=None):
if colorkey is not None:
if colorkey is -1:
colorkey = image.get_at((0,0))
image.set_colorkey(colorkey, pygame.RLEACCEL)
image.set_colorkey(colorkey)
return image