Update game.py

main
Filips Kalniņš 2026-04-27 04:04:05 +00:00
parent e7b8d48b0c
commit b9874d84e3
1 changed files with 3 additions and 1 deletions

View File

@ -457,8 +457,10 @@ class Game:
if item:
holding_text = self.font.render(f"Holding: {item.name}", True, (255, 255, 255))
self.screen.blit(holding_text, (SCREEN_WIDTH - 250, 10))
(255, 255, 255)
)
self.screen.blit(debug_text, (10, 30))
if self.paused: