1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:47:46 +00:00

Base+CatDog: Move assets from /icons/ to /graphics/

The graphics directory is a more suitable home for demo assets.
Also, update the example presenter file which uses a CatDog sprite.
This commit is contained in:
Cubic Love 2023-05-05 01:14:53 +01:00 committed by Sam Atkins
parent 1d6f2e5608
commit 240a56d9ce
24 changed files with 25 additions and 25 deletions

View file

@ -62,7 +62,7 @@
"type": "image",
"rect": [50, 50, 200, 100],
"path": "/res/icons/catdog/alert.png",
"path": "/res/graphics/catdog/alert.png",
"scaling": "fit-smallest",
"scaling-mode": "nearest-neighbor"
}