MapStyles/terranquest-3d/sprite@2x.json

31 lines
502 B
JSON
Raw Permalink Normal View History

2019-04-29 02:46:19 -06:00
{
"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
}
}