picking up crystal(sphere)

This commit is contained in:
Remco
2016-06-08 12:41:33 +02:00
parent 527394f635
commit bba0a2e2a0
12 changed files with 1959 additions and 16 deletions
+19 -11
View File
@@ -1,17 +1,25 @@
{
"world": {
"world": {
"heightmap": "worlds/small.png",
"object-templates": [
{
"color":100,
"file": "models/boom/Boom.obj",
"collision": false
}
]
},
"object-templates": [
{
"color": 100,
"file": "models/boom/Boom.obj",
"collision": true
}
]
},
"player": {
"startposition": [ 20, 5, 20 ]
},
"objects": [],
"enemies": []
"objects": [ ],
"enemies": [ ],
"crystals": [
{
"file": "models/sphere/sphere.obj",
"pos": [ 33, 2, 31 ],
"collide": "true"
}
]
}