data import impl with jsons

This commit is contained in:
2026-03-30 09:47:15 -03:00
parent d954aef0eb
commit 884e9ea17c
15 changed files with 587 additions and 609 deletions

View File

@@ -0,0 +1,17 @@
{
"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 }
]
}