added the game

This commit is contained in:
JHDev2006
2025-09-13 16:30:32 +01:00
parent 5ef689109b
commit 3773bdaf64
3616 changed files with 263702 additions and 0 deletions

View File

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