mirror of
				https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
				synced 2025-10-31 19:59:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			61 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			61 lines
		
	
	
		
			1.3 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
 | |
| 				}}
 | |
| 			}
 | |
| 		}
 | |
| 	}
 | |
| }
 | 
