11 lines
200 B
JSON
11 lines
200 B
JSON
{
|
|
"world": {
|
|
"heightmap": "worlds/maze.png",
|
|
"texture": "worlds/mazeTexture.png",
|
|
"scale": 1,
|
|
"player": {
|
|
"startposition": [ 200, 40, 200 ]
|
|
},
|
|
"objects": [],
|
|
"enemies": []
|
|
} |