mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 10:17:35 +00:00
Base+ColorLines: Move assets from /icons/ to /graphics/
The graphics directory is a more suitable home for game assets.
This commit is contained in:
parent
248542535d
commit
c6454d37c0
2 changed files with 1 additions and 1 deletions
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
ColorLines::BitmapArray ColorLines::build_marble_color_bitmaps()
|
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] = {
|
float constexpr hue_degrees[Marble::number_of_colors] = {
|
||||||
0, // Red
|
0, // Red
|
||||||
45, // Brown/Yellow
|
45, // Brown/Yellow
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue