mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:27:35 +00:00
GamesSettings+LibCards: Make 'Red' the default card back
The red back is a more suitable default as it's a traditional vanilla design and red is one of Serenity's brand colors.
This commit is contained in:
parent
bd5296d6bb
commit
f2b7224d93
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
namespace GamesSettings {
|
||||
|
||||
static constexpr StringView default_card_back_image_path = "/res/graphics/cards/backs/buggie-deck.png"sv;
|
||||
static constexpr StringView default_card_back_image_path = "/res/graphics/cards/backs/Red.png"sv;
|
||||
static constexpr StringView default_card_front_image_set = "Classic"sv;
|
||||
|
||||
class CardGamePreview final : public Cards::CardGame {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue