Lord and Savior Johan

This commit is contained in:
2016-05-26 12:53:22 +02:00
parent 908786897f
commit 56e174ae2f
8 changed files with 642 additions and 24 deletions
+11 -1
View File
@@ -1,7 +1,17 @@
{
"world": {
"heightmap": "worlds/hell.png",
"texture": "worlds/helltexture.png"
"texture": "worlds/helltexture.png",
"object-templates": [
{
"color": 25,
"file": "models/boom/Boom.obj"
},
{
"color": 23,
"file": "models/boom/Boom.obj"
}
]
},
"player": {
"startposition": [ 100, 1.7, 100 ]
+560
View File
File diff suppressed because one or more lines are too long