Merge branch 'developer' into heightmapTrees
# Conflicts: # CrystalPoint.cpp # HeightMap.cpp
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
"world": {
|
||||
"heightmap": "worlds/hell.png",
|
||||
"texture": "worlds/helltexture.png",
|
||||
"scale": 1,
|
||||
"object-templates": [
|
||||
{
|
||||
"color": 25,
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 257 KiB After Width: | Height: | Size: 186 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 130 KiB After Width: | Height: | Size: 86 KiB |
+7
-1
@@ -2,7 +2,13 @@
|
||||
"world": {
|
||||
"heightmap": "worlds/hmcs.png",
|
||||
"texture": "worlds/hmcstexture.png",
|
||||
"scale": 2
|
||||
"object-templates": [
|
||||
{
|
||||
"color":100,
|
||||
"file": "models/boom/Boom.obj",
|
||||
"collision": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"player": {
|
||||
"startposition": [ 100, 20, 100 ]
|
||||
|
||||
+2
-2
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"world": {
|
||||
"heightmap": "worlds/small.png",
|
||||
"scale": 1,
|
||||
"object-templates": [
|
||||
{
|
||||
"color":100,
|
||||
"file": "models/boom/Boom.obj"
|
||||
"file": "models/boom/Boom.obj",
|
||||
"collision": false
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 1.9 KiB |
Reference in New Issue
Block a user