Files
Super-Mario-Bros.-Remastere…/Assets/Sprites/Backgrounds/Hills/Hill.json
2025-09-13 16:30:32 +01:00

194 lines
3.7 KiB
JSON

{
"animations": {
"default": {
"frames": [[0, 0, 512, 512]],
"speed": 5.0,
"loop": true
}
},
"variations": {
"default": {
"SMB1": {
"Day": {
"source": "Overworld.png"
},
"Night": {
"source": "OverworldNight.png"
}
},
"SMBLL": {
"Day": {"source": "OverworldLL.png"},
"Night": {"source": "OverworldNightLL.png"}
}
},
"Desert": {
"Day": {
"SMB1": {
"source": "Desert.png"
},
"SMBLL": {
"source": "DesertLL.png"
}
},
"Night": {
"SMB1": {
"source": "DesertNight.png"
},
"SMBLL": {
"source": "DesertLLNight.png"
}
}
},
"Underground": {
"SMB1": {
"source": "Underground.png",
"animations": {"default": {
"frames": [[0, 0, 512, 512], [512, 0, 512, 512]],
"speed": 5.0,
"loop": true
}}
},
"SMBLL": {
"source": "UndergroundLL.png",
"animations": {"default": {
"frames": [[0, 0, 512, 512], [512, 0, 512, 512]],
"speed": 5.0,
"loop": true
}}
}
},
"Castle": {
"SMB1": {"source": "Castle.png"},
"SMBLL": {"source": "CastleLL.png"}
},
"GhostHouse": {
"SMB1": {"source": "GhostHouse.png"},
"SMBLL": {"source": "GhostHouseLL.png"}
},
"Snow": {
"SMB1": {
"Day": {
"source": "Snow.png"
},
"Night": {
"source": "SnowNight.png"
}
},
"SMBLL": {
"Day": {
"source": "SnowLL.png"
},
"Night": {
"source": "SnowNightLL.png"
}
}
},
"Jungle":
{
"SMB1": {"source": "Jungle.png"},
"SMBLL": {"source": "JungleLL.png"}
},
"Autumn": {
"Day":
{
"SMB1": {"source": "Autumn.png"},
"SMBLL": {"source": "AutumnLL.png"}
},
"Night": {
"SMB1": {"source": "AutumnNight.png"},
"SMBLL": {"source": "AutumnNightLL.png"}
}
},
"Pipeland": {
"Day":
{
"SMB1": {"source": "Pipeland.png"},
"SMBLL": {"source": "PipelandLL.png"}
},
"Night": {
"SMB1": {"source": "PipelandNight.png"},
"SMBLL": {"source": "PipelandNightLL.png"}
}
},
"Volcano":
{
"SMB1": {"source": "Volcano.png"},
"SMBLL": {"source": "VolcanoLL.png"}
},
"Mountain":
{
"SMB1": {
"Day": {"source": "Mountain.png"},
"Night": {"source": "MountainNight.png"}
},
"SMBLL": {
"Day": {"source": "MountainLL.png"},
"Night": {"source": "MountainNightLL.png"}
}
},
"Skyland": {
"Day": {
"SMB1": {"source": "Sky.png"},
"SMBLL": {"source": "SkyLL.png"}
},
"Night": {
"SMB1": {"source": "SkyNight.png"},
"SMBLL": {"source": "SkyNightLL.png"}
}
},
"Beach":
{
"SMB1": {
"Day": {"source": "BeachHills.png"},
"Night": {"source": "BeachHillsNight.png"}
},
"SMBLL": {
"Day": {"source": "BeachLL.png"},
"Night": {"source": "BeachNightLL.png"}
}
},
"Underwater":
{
"SMB1": {
"Day": {"source": "Underwater.png"},
"Night": {"source": "UnderwaterNight.png"}
},
"SMBLL": {
"Day": {"source": "UnderwaterLL.png"},
"Night": {"source": "UnderwaterNightLL.png"}
}
},
"Garden": {
"SMB1": {
"Day": {"source": "GardenHill.png"},
"Night": {"source": "GardenNight.png"}
},
"SMBLL": {
"Day": {"source": "GardenHillLL.png"},
"Night": {"source": "GardenHillNightLL.png"}
}
},
"CastleWater":
{
"SMB1": {
"Day": {"source": "CastleWater.png"},
"Night": {"source": "CastleWaterNight.png"}
},
"SMBLL": {
"Day": {"source": "CastleWaterLL.png"},
"Night": {"source": "CastleWaterNightLL.png"}
}
},
"Space": {
"SMB1": {"source": "Space.png"},
"SMBLL": {"source": "SpaceLL.png"}
},
"Airship": {"link": "Skyland"},
"Bonus": {
"SMB1": {"source": "Bonus.png"},
"SMBLL": {"source": "BonusLL.png"}
}
}
}