1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 18:27:35 +00:00

Base+LibChess: Move assets from /icons/ to /graphics/

The graphics directory is a more suitable home for game assets.
This commit is contained in:
Cubic Love 2023-05-05 01:18:46 +01:00 committed by Sam Atkins
parent 240a56d9ce
commit 248542535d
51 changed files with 3 additions and 3 deletions

View file

@ -342,7 +342,7 @@ void ChessWidget::keydown_event(GUI::KeyEvent& event)
update();
}
static constexpr StringView set_path = "/res/icons/chess/sets/"sv;
static constexpr StringView set_path = "/res/graphics/chess/sets/"sv;
static RefPtr<Gfx::Bitmap> get_piece(StringView set, StringView image)
{