aboutsummaryrefslogtreecommitdiff
path: root/game/hud
diff options
context:
space:
mode:
authorMax-001 <80035972+Max-001@users.noreply.github.com>2025-01-08 15:28:25 +0100
committerGitHub <noreply@github.com>2025-01-08 15:28:25 +0100
commit52dab49823377e9ffaf7b583edc102b559e7382a (patch)
treed966a39f23ac053c6cc5cee678d55c28f795704f /game/hud
parent0b9574bdd6c5968c07bcf165d66032b75649b5da (diff)
parente732abef5d0170cacf290de12a402dbd19f31a87 (diff)
Merge pull request #114 from lonkaars/max/game2
Max/game2
Diffstat (limited to 'game/hud')
-rw-r--r--game/hud/HudSubScene.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/hud/HudSubScene.cpp b/game/hud/HudSubScene.cpp
index ca81614..dcc07b4 100644
--- a/game/hud/HudSubScene.cpp
+++ b/game/hud/HudSubScene.cpp
@@ -45,7 +45,7 @@ void HudSubScene::create(Scene & scn) {
size_coin, FONT,
Text::Data {
.world_space = false,
- .text_color = Color::YELLOW,
+ .text_color = Color::GOLD,
},
TOP_LEFT + FONTOFFSET + COINS_OFFSET + vec2 {COINS_LENGTH * COINS_CHAR_WIDTH / 2, 0},
COINS