CameraUI sprites positions configurable via cameras.json

This commit is contained in:
2026-03-31 23:02:52 -03:00
parent 44acbe0e32
commit ffa3dc076b
35 changed files with 396 additions and 100 deletions

View File

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