From 248542535d10d9b7102580435e7035e35a26e1d9 Mon Sep 17 00:00:00 2001 From: Cubic Love <7754483+cubiclove@users.noreply.github.com> Date: Fri, 5 May 2023 01:18:46 +0100 Subject: Base+LibChess: Move assets from /icons/ to /graphics/ The graphics directory is a more suitable home for game assets. --- Userland/Games/Chess/ChessWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Userland/Games') diff --git a/Userland/Games/Chess/ChessWidget.cpp b/Userland/Games/Chess/ChessWidget.cpp index e93c9ed01b..3438a27545 100644 --- a/Userland/Games/Chess/ChessWidget.cpp +++ b/Userland/Games/Chess/ChessWidget.cpp @@ -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 get_piece(StringView set, StringView image) { -- cgit v1.2.3