mirror of
				https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
				synced 2025-10-27 09:50:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"animations": {
 | |
| 		"Fall": {
 | |
| 			"frames": [
 | |
| 				[
 | |
| 					16.0,
 | |
| 					0.0,
 | |
| 					16.0,
 | |
| 					16.0
 | |
| 				]
 | |
| 			],
 | |
| 			"speed": 5.0,
 | |
| 			"loop": true
 | |
| 		},
 | |
| 		"Idle": {
 | |
| 			"frames": [
 | |
| 				[
 | |
| 					0.0,
 | |
| 					0.0,
 | |
| 					16.0,
 | |
| 					16.0
 | |
| 				]
 | |
| 			],
 | |
| 			"speed": 5.0,
 | |
| 			"loop": true
 | |
| 		}
 | |
| 	},
 | |
| 	"variations": {
 | |
| 		"default": {"source": "DonutBlock.png", "rect": [0, 0, 32, 16]},
 | |
| 		"Underground": {"source": "DonutBlock.png", "rect": [32, 0, 32, 16]},
 | |
| 		"Castle": {"source": "DonutBlock.png", "rect": [64, 0, 32, 16]},
 | |
| 		"Underwater": {"source": "DonutBlock.png", "rect": [96, 0, 32, 16]},
 | |
| 		"Desert": {"source": "DonutBlock.png", "rect": [0, 16, 32, 16]},
 | |
| 		"Jungle": {"source": "DonutBlock.png", "rect": [32, 16, 32, 16]},
 | |
| 		"Snow": {"source": "DonutBlock.png", "rect": [64, 16, 32, 16]},
 | |
| 		"Volcano": {"source": "DonutBlock.png", "rect": [96, 16, 32, 16]},
 | |
| 		"Autumn": {"source": "DonutBlock.png", "rect": [0, 32, 32, 16]},
 | |
| 		"Beach": {"source": "DonutBlock.png", "rect": [32, 32, 32, 16]},
 | |
| 		"Mountain": {"source": "DonutBlock.png", "rect": [64, 32, 32, 16]},
 | |
| 		"Space": {"source": "DonutBlock.png", "rect": [96, 32, 32, 16]},
 | |
| 		"Bonus": {"source": "DonutBlock.png", "rect": [0, 48, 32, 16]}
 | |
| 	}
 | |
| }
 | 
