mirror of
				https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
				synced 2025-10-31 19:59:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			46 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"animations": {
 | |
| 		"default": {
 | |
| 			"frames": [
 | |
| 				[0, 0, 16, 16],
 | |
| 				[0, 0, 16, 16],
 | |
| 				[0, 0, 16, 16],
 | |
| 				[0, 0, 16, 16],
 | |
| 				[0, 0, 16, 16],
 | |
| 				[0, 0, 16, 16],
 | |
| 				[0, 0, 16, 16],
 | |
| 				[0, 0, 16, 16],
 | |
| 				[0, 0, 16, 16],
 | |
| 				[0, 0, 16, 16],
 | |
| 				[16, 0, 16, 16],
 | |
| 				[32, 0, 16, 16],
 | |
| 				[16, 0, 16, 16],
 | |
| 			],
 | |
| 			"speed": 10.0,
 | |
| 			"loop": true
 | |
| 		}
 | |
| 	},
 | |
| 	"variations": {
 | |
| 		"SMB1": {
 | |
| 			"default": {"source": "BridgeAxe.png", "rect": [0, 0, 48, 16]},
 | |
| 			"Underground": {"source": "BridgeAxe.png", "rect": [0, 16, 48, 16]},
 | |
| 			"GhostHouse": {"link": "Underground"},
 | |
| 			"Castle": {"source": "BridgeAxe.png", "rect": [0, 32, 48, 16]},
 | |
| 			"Snow": {"source": "BridgeAxe.png", "rect": [0, 48, 48, 16]},
 | |
| 			"Space": {"source": "BridgeAxe.png", "rect": [0, 64, 48, 16]},
 | |
| 			"Volcano": {"source": "BridgeAxe.png", "rect": [0, 80, 48, 16]},
 | |
| 			"Bonus": {"source": "BridgeAxe.png", "rect": [0, 96, 48, 16]}
 | |
| 		},
 | |
| 		"SMBANN": {
 | |
| 			"default": {"source": "DiscoAxe.png", "rect": [0, 0, 48, 16]},
 | |
| 			"Underground": {"source": "DiscoAxe.png", "rect": [0, 16, 48, 16]},
 | |
| 			"GhostHouse": {"link": "Underground"},
 | |
| 			"Castle": {"source": "DiscoAxe.png", "rect": [0, 32, 48, 16]},
 | |
| 			"Snow": {"source": "DiscoAxe.png", "rect": [0, 48, 48, 16]},
 | |
| 			"Space": {"source": "DiscoAxe.png", "rect": [0, 64, 48, 16]},
 | |
| 			"Volcano": {"source": "DiscoAxe.png", "rect": [0, 80, 48, 16]},
 | |
| 			"Bonus": {"source": "DiscoAxe.png", "rect": [0, 96, 48, 16]}
 | |
| 		}
 | |
| 	}
 | |
| }
 | 
