Modified assets to not include hardcoded constants

This commit is contained in:
2026-03-30 22:59:34 -03:00
parent 884e9ea17c
commit 76c102e1ac
29 changed files with 1850 additions and 694 deletions

View File

@@ -1,17 +1,15 @@
{
"single": [
"sprites/custom_night/labels/1.png",
"sprites/custom_night/labels/2.png",
"sprites/custom_night/labels/3.png",
"sprites/custom_night/labels/4.png",
"sprites/custom_night/labels/5.png",
"sprites/custom_night/labels/6.png",
"sprites/custom_night/labels/7.png"
],
"ranges": [
{ "base": "sprites/custom_night/icons/", "start": 1, "end": 10 },
{ "base": "sprites/custom_night/names/", "start": 1, "end": 10 },
{ "base": "sprites/custom_night/modes/", "start": 1, "end": 10 },
{ "base": "sprites/custom_night/rewards/", "start": 0, "end": 8 }
]
"labels": {
"title": "sprites/custom_night/labels/1.png",
"arrowRight": "sprites/custom_night/labels/2.png",
"arrowLeft": "sprites/custom_night/labels/3.png",
"readyButton": "sprites/custom_night/labels/4.png",
"arrowRight2": "sprites/custom_night/labels/5.png",
"arrowLeft2": "sprites/custom_night/labels/6.png",
"levelInfo": "sprites/custom_night/labels/7.png"
},
"icons": { "base": "sprites/custom_night/icons/", "start": 1, "end": 10 },
"names": { "base": "sprites/custom_night/names/", "start": 1, "end": 10 },
"modes": { "base": "sprites/custom_night/modes/", "start": 1, "end": 10 },
"rewards": { "base": "sprites/custom_night/rewards/", "start": 0, "end": 8 }
}