summaryrefslogtreecommitdiffstats
path: root/static/resources/entity/square.json
blob: 643cfb6d4ecb47cc33bdb280830206e189187769 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
	"sprite": "square",
	"collision": [
		{
			"type": "polygon",
			"vertices": [
				[-0.46875, -0.46875],
				[-0.46875, 0.46875],
				[0.46875, 0.46875],
				[0.46875, -0.46875]
			]
		}
	],
	"frames": 4,
	"animation": {
		"sequence": [
			[500, 0],
			[500, 1],
			[500, 2],
			[500, 3]
		]
	}
}