added ice world base
This commit is contained in:
+52
-11
@@ -1,30 +1,71 @@
|
||||
{
|
||||
"world": {
|
||||
"heightmap": "worlds/hmcs.png",
|
||||
"texture": "worlds/hmcstexture.png",
|
||||
"skybox": "skyboxes/peaceful/",
|
||||
"heightmap": "worlds/watermap.png",
|
||||
"texture": "worlds/watertexture.png",
|
||||
"skybox": "skyboxes/water/",
|
||||
"music": "WAVE/test2.wav",
|
||||
"object-templates": [
|
||||
{
|
||||
"color": 100,
|
||||
"file": "models/boom/Boom.obj",
|
||||
"color": 205,
|
||||
"file": "models/puddle/Puddle.obj",
|
||||
"collision": true
|
||||
},
|
||||
{
|
||||
"color": 220,
|
||||
"file": "models/islands/isle.obj",
|
||||
"collision": false
|
||||
},
|
||||
{
|
||||
"color": 223,
|
||||
"file": "models/islands/isle2.obj",
|
||||
"collision": false
|
||||
},
|
||||
{
|
||||
"color": 210,
|
||||
"file": "models/trees/tree1.obj",
|
||||
"collision": true
|
||||
},
|
||||
{
|
||||
"color": 211,
|
||||
"file": "models/trees/tree2.obj",
|
||||
"collision": true
|
||||
},
|
||||
{
|
||||
"color": 212,
|
||||
"file": "models/trees/tree3.obj",
|
||||
"collision": true
|
||||
},
|
||||
{
|
||||
"color": 213,
|
||||
"file": "models/trees/tree4.obj",
|
||||
"collision": true
|
||||
},
|
||||
{
|
||||
"color": 214,
|
||||
"file": "models/trees/tree5.obj",
|
||||
"collision": true
|
||||
},
|
||||
{
|
||||
"color": 215,
|
||||
"file": "models/grass/grass.obj",
|
||||
"collision": false
|
||||
}
|
||||
],
|
||||
"music": "WAVE/bond.wav"
|
||||
]
|
||||
},
|
||||
"player": {
|
||||
"startposition": [ 1, 5, 20 ]
|
||||
"startposition": [ 375, 5, 375 ]
|
||||
},
|
||||
"objects": [ ],
|
||||
"portal": {
|
||||
"file": "models/Teleporter/Teleporter.obj",
|
||||
"pos": [ 10, 5, 10 ]
|
||||
"pos": [ 385, 5, 366 ]
|
||||
},
|
||||
"enemies": [
|
||||
{
|
||||
"file": "models/squid/Blooper.obj",
|
||||
"pos": [ 20, 5, 10 ],
|
||||
"scale": 0.01
|
||||
"pos": [ 350, 5, 350 ],
|
||||
"scale": 0.01,
|
||||
"music": "WAVE/enemy.wav"
|
||||
}],
|
||||
"crystal": {
|
||||
"full texture": "models/crystal/Crystal.obj",
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 78 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.8 MiB |
+2
-2
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"worlds": [
|
||||
"worlds/small.json",
|
||||
"worlds/rock.json",
|
||||
"worlds/ice.json",
|
||||
"worlds/small.json",
|
||||
"worlds/rock.json",
|
||||
"worlds/fire.json"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user