first commit

This commit is contained in:
Leonid Pershin
2026-05-08 01:03:14 +03:00
commit f2ca12a0a8
382 changed files with 22964 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
// 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"
}