Base+ColorLines: 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:20:47 +01:00 committed by Sam Atkins
parent 248542535d
commit c6454d37c0
2 changed files with 1 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View file

@ -17,7 +17,7 @@
ColorLines::BitmapArray ColorLines::build_marble_color_bitmaps()
{
auto marble_bitmap = MUST(Gfx::Bitmap::load_from_file("/res/icons/colorlines/colorlines.png"sv));
auto marble_bitmap = MUST(Gfx::Bitmap::load_from_file("/res/graphics/colorlines/colorlines.png"sv));
float constexpr hue_degrees[Marble::number_of_colors] = {
0, // Red
45, // Brown/Yellow