mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:07:34 +00:00
Base+LibCards: Move card backs from /icons/ to /graphics/
The graphics directory is a more suitable home for game assets. Also, move card backs into their own subfolder in preparation for a themes subfolder for card fronts.
This commit is contained in:
parent
34b1186272
commit
1d6f2e5608
5 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ CardPainter& CardPainter::the()
|
|||
|
||||
CardPainter::CardPainter()
|
||||
{
|
||||
m_background_image_path = Config::read_string("Games"sv, "Cards"sv, "CardBackImage"sv, "/res/icons/cards/buggie-deck.png"sv);
|
||||
m_background_image_path = Config::read_string("Games"sv, "Cards"sv, "CardBackImage"sv, "/res/graphics/cards/backs/buggie-deck.png"sv);
|
||||
}
|
||||
|
||||
static constexpr Gfx::CharacterBitmap s_diamond {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue