| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "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
- }}
- }
- }
- }
- }
|