diff options
Diffstat (limited to 'game/menus')
-rw-r--r-- | game/menus/shop/ShopMenuScene.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/game/menus/shop/ShopMenuScene.cpp b/game/menus/shop/ShopMenuScene.cpp index ee0fb6b..d1ea81d 100644 --- a/game/menus/shop/ShopMenuScene.cpp +++ b/game/menus/shop/ShopMenuScene.cpp @@ -83,7 +83,7 @@ void ShopMenuScene::load_scene() { vec2 {37.5, 37.5}, FONT, Text::Data { .world_space = true, - .text_color = Color::YELLOW, + .text_color = Color::GOLD, }, vec2 {-25, 75}, "0" ); @@ -117,7 +117,7 @@ void ShopMenuScene::load_scene() { vec2 {100, 25}, FONT, Text::Data { .world_space = true, - .text_color = Color::YELLOW, + .text_color = Color::GOLD, }, vec2 {-25, 75}, "1000" ); |