ADD bomb asset & ADD inventory to game info tab

This commit is contained in:
2025-05-01 13:43:05 +02:00
parent 98e44a6cf8
commit cd4bfff5e7
4 changed files with 22 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ def main():
"background_colour": (30, 30, 30),
"foreground_colour": (100, 100, 100),
"player_selected_colour": (255, 255, 0),
"bomb_image": pygame.image.load("assets/images/bomb.png"),
}
}