You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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
}
}