Maze init

This commit is contained in:
Dofensmirtsz
2016-05-28 17:36:04 +02:00
parent 88685c6366
commit 638c507276
2 changed files with 19 additions and 7 deletions
+19 -7
View File
@@ -1,11 +1,23 @@
{
"world": {
"world": {
"heightmap": "worlds/maze.png",
"texture": "worlds/mazeTexture.png",
//"texture": "worlds/mazeTexture.png",
"scale": 1,
"player": {
"startposition": [ 200, 40, 200 ]
"object-templates": [
{
"color": 100,
"file": "models/boom/Boom.obj"
},
{
"color": 200,
"file": "models/Teleporter/Teleporter.obj"
}
]
},
"objects": [],
"enemies": []
}
"player": {
"startposition": [ 200, 40, 200 ]
},
"objects": [ ],
"enemies": [ ]
}
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 KiB

After

Width:  |  Height:  |  Size: 169 KiB