mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-29 10:49:44 +00:00
added the game
This commit is contained in:
60
Assets/Sprites/Backgrounds/Skies/Sky.json
Normal file
60
Assets/Sprites/Backgrounds/Skies/Sky.json
Normal 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
|
||||
}}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user