icy3dw/assets/terrain/manifest.json

26 lines
424 B
JSON

{
"worldWidth": 1,
"worldHeight": 1,
"worldChunkSize": 256,
"worldHeightScale": 16,
"textureBombingNoise": "simplex-noise.png",
"textureSplattingSources": [
"grass-flowers.png",
"grassy.png",
"mud.png",
"path.png"
],
"regionMap": [
{
"x": 0,
"y": 0,
"splat": [
"grassy.png",
"mud.png",
"grass-flowers.png",
"path.png"
]
}
]
}