Show current score in top-right corner #10

Merged
tas merged 1 commits from feature/show-score into main 2026-03-14 21:43:21 +00:00
Collaborator

Summary

  • Display the player score in the top-right corner of the HUD
  • Uses font_draw_text with right-aligned positioning (8px margin)
  • Gold color (255, 220, 80) for visibility against the game background

Closes #5

## Summary - Display the player score in the top-right corner of the HUD - Uses font_draw_text with right-aligned positioning (8px margin) - Gold color (255, 220, 80) for visibility against the game background Closes #5
LeSerjant added 1 commit 2026-03-14 20:09:21 +00:00
Display the player's current score using the font renderer,
right-aligned with an 8px margin from the top-right screen edge.

Closes #5

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
tas merged commit 79e9d0e2ad into main 2026-03-14 21:43:21 +00:00
tas deleted branch feature/show-score 2026-03-14 21:43:24 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: tas/major_tom#10