Updated scoring for two players

This commit is contained in:
Christian
2024-08-25 22:28:22 +02:00
parent 9dc0b6289f
commit 3f2b519820
2 changed files with 9 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ def loadlevels():
def item_handler(screen:pygame.Surface):
spawn_chance = random.randint(0, 1000)
print(spawn_chance)
#print(spawn_chance)
if(spawn_chance == 0):
#print("Spawne item")
spawn_item_random(screen)