2019-04-29 02:46:19 -06:00

31 lines
500 B
JSON

{
"ground": {
"height": 256,
"width": 256,
"x": 0,
"y": 0,
"pixelRatio": 1
},
"grass": {
"height": 256,
"width": 256,
"x": 256,
"y": 0,
"pixelRatio": 1
},
"water": {
"height": 256,
"width": 256,
"x":512,
"y": 0,
"pixelRatio": 1
},
"dirt": {
"height": 256,
"width": 256,
"x": 768,
"y": 0,
"pixelRatio": 1
}
}