Spawn objects from file

This commit is contained in:
2016-05-27 10:56:24 +02:00
parent 1c59a3bc6f
commit d83cc6403c
8 changed files with 64 additions and 6 deletions
+7 -1
View File
@@ -1,7 +1,13 @@
{
"world": {
"heightmap": "worlds/small.png",
"scale": 1
"scale": 1,
"object-templates": [
{
"color":100,
"file": "models/boom/Boom.obj"
}
]
},
"player": {
"startposition": [ 20, 5, 20 ]