mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-27 11:48:59 +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
Notes:
sideshowbarker
2024-07-17 02:56:25 +09:00
Author: https://github.com/cubiclove
Commit: c6454d37c0
Pull-request: https://github.com/SerenityOS/serenity/pull/18646
Reviewed-by: https://github.com/AtkinsSJ ✅
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()
|
||||
{
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue