summaryrefslogtreecommitdiffstats
path: root/dist/resources/entity/red_circle.json
blob: c9479aefa85196307db698e9c02ba3dac1cf8ba4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"sprite": "red_circle",
	"collision": [
		{
			"type": "polygon",
			"vertices": [
				[-0.5, -0.5],
				[-0.5, 0.5],
				[0.5, 0.5],
				[0.5, -0.5]
			]
		}
	]
}