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:
parent
240a56d9ce
commit
248542535d
51 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue