Files
PupaMLupa/config/loadingbackgrounds.json
2026-05-08 01:03:14 +03:00

14 lines
555 B
JSON

// Loading Backgrounds v2 configuration JSON file
{
// Amount of time that each background is displayed for
"secondsStay": 5.0,
// Amount of time it takes to fade between backgrounds
"secondsFade": 0.5,
// Background brightness, between 0.0 and 1.0
"brightness": 1.0,
// Level loading indicator position
// One of "CENTER", "BOTTOM_LEFT", "BOTTOM_RIGHT", "TOP_LEFT", or "TOP_RIGHT"
"position": "BOTTOM_RIGHT",
// Should we try to forcefully load any resource packs that could contain background images?
"shouldLoadResources": false
}