mirror of
				https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
				synced 2025-11-03 21:29:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			842 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			842 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
	"animations": {
 | 
						|
		"Locked": { "frames": [[0, 0, 16, 32]], "speed": 5, "loop": true },
 | 
						|
		"Idle": { "frames": [[16, 0, 16, 32]], "speed": 5, "loop": true },
 | 
						|
		"Open": {
 | 
						|
			"frames": [
 | 
						|
				[16, 0, 16, 32],
 | 
						|
				[32, 0, 16, 32],
 | 
						|
				[48, 0, 16, 32]
 | 
						|
			],
 | 
						|
			"speed": 10,
 | 
						|
			"loop": false
 | 
						|
		},
 | 
						|
		"Close": {
 | 
						|
			"frames": [
 | 
						|
				[48, 0, 16, 32],
 | 
						|
				[32, 0, 16, 32],
 | 
						|
				[16, 0, 16, 32]
 | 
						|
			],
 | 
						|
			"speed": 15,
 | 
						|
			"loop": false
 | 
						|
		}
 | 
						|
	},
 | 
						|
	"variations": {
 | 
						|
		"default": { "source": "Doors.png", "rect": [0, 0, 64, 32] },
 | 
						|
		"Underground": { "source": "Doors.png", "rect": [0, 32, 64, 32] },
 | 
						|
		"Bonus": { "link": "Underground" },
 | 
						|
		"Castle": { "link": "Underground" },
 | 
						|
		"GhostHouse": { "link": "Underground" },
 | 
						|
		"Space": { "link": "Underground" },
 | 
						|
		"Volcano": { "link": "Underground" },
 | 
						|
		"Snow": { "source": "Doors.png", "rect": [0, 64, 64, 32] }
 | 
						|
	}
 | 
						|
}
 |