Files
2025-09-22 18:28:03 +01:00

70 lines
1.5 KiB
JSON

{
"properties": {
"sky_scroll_speed": -4
},
"variations": {
"Day": {
"default": {
"SMB1": {"source": "DaySky.png"},
"SMBLL": {"source": "DaySkyLL.png"}
},
"Beach":
{
"SMB1": {"source": "BeachSky.png"},
"SMBLL": {"source": "BeachSkyLL.png"}
},
"Autumn": {
"SMB1": {"source": "AutumnSky.png"},
"SMBLL": {"source": "AutumnSkyLL.png"}
},
"Volcano": {
"SMB1": {"source": "VolcanoSky.png"},
"SMBLL": {"source": "VolcanoSkyLL.png"}
},
"Underground": {
"SMB1": {"source": "TheVoid.png"},
"SMBLL": {"source": "TheVoidLL.png"}
},
"GhostHouse": {"link": "Underground"},
"Space": {
"source": "SpaceStars.png",
"properties": {"sky_scroll_speed": 0},
"animations": {"default": {
"frames": [[0, 0, 512, 512], [512, 0, 512, 512]],
"speed": 5.0,
"loop": true
}}
}
},
"Night": {
"default": {
"source": "NightStars.png",
"properties": {"sky_scroll_speed": 0},
"animations": {"default": {
"frames": [[0, 0, 512, 512], [512, 0, 512, 512]],
"speed": 5.0,
"loop": true
}}
},
"Space": {
"source": "SpaceStars.png",
"properties": {"sky_scroll_speed": 0},
"animations": {"default": {
"frames": [[0, 0, 512, 512], [512, 0, 512, 512]],
"speed": 5.0,
"loop": true
}}
},
"Snow": {
"source": "SnowNightStars.png",
"properties": {"sky_scroll_speed": 0},
"animations": {"default": {
"frames": [[0, 0, 512, 512], [512, 0, 512, 512]],
"speed": 5.0,
"loop": true
}}
}
}
}
}