31 lines
502 B
JSON
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
|
||
|
}
|
||
|
}
|