Skip to content

Commit

Permalink
Change to match chambercourt
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Jan 20, 2025
1 parent 9543be3 commit b037c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wincoll/wincoll_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def stop_play(self) -> None:
self.die_sound.play()
self.game_surface.blit(
self.die_image,
self.game_to_screen((int(self.hero.position.x), int(self.hero.position.y))),
self.game_to_screen(self.hero.position),
)
self.show_status()
self.show_screen()
Expand Down

0 comments on commit b037c14

Please sign in to comment.