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
502 B
JSON

{
"ground": {
"height": 512,
"width": 512,
"x": 0,
"y": 0,
"pixelRatio": 2
},
"grass": {
"height": 512,
"width": 512,
"x": 512,
"y": 0,
"pixelRatio": 2
},
"water": {
"height": 512,
"width": 512,
"x":1024,
"y": 0,
"pixelRatio": 2
},
"dirt": {
"height": 512,
"width": 512,
"x": 1536,
"y": 0,
"pixelRatio": 2
}
}