Added heightmap
This commit is contained in:
+6
-3
@@ -1,12 +1,15 @@
|
||||
{
|
||||
"world": {
|
||||
"heightmap": "worlds/hmcs.png",
|
||||
"texture": "worlds/hmcstexture.png"
|
||||
},
|
||||
"player": {
|
||||
"startposition": [ 0, 1.7, 0 ]
|
||||
"startposition": [ -100, 1.7, -100 ]
|
||||
},
|
||||
"objects": [
|
||||
{
|
||||
"file": "models/boom/Boom.obj",
|
||||
"pos": [ 0, 0, -4 ],
|
||||
"rot": [ 0, 20, 0 ]
|
||||
"pos": [ 0, 0, -4 ]
|
||||
},
|
||||
{
|
||||
"file": "models/boom/Boom.obj",
|
||||
|
||||
Reference in New Issue
Block a user