9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2026-01-06 15:41:36 +00:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Daniel Mills
2020-10-12 21:41:06 -04:00
3 changed files with 45 additions and 2 deletions

View File

@@ -47,6 +47,26 @@
"children": [
"hot-mesa-cliffs-yellow"
],
"objects": [
{
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"chance": 0.1,
"translate": {
"y": -2
},
"place": [
"misc/tntower-1"
]
}
],
"name": "Yellow Mesa",
"layers": [
{

View File

@@ -100,9 +100,32 @@
"y": -3,
"z": 0
}
},
{
"chance": 0.001,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"underwater": true,
"place": [
"ships/gall-1",
"ships/gall-2",
"ships/gall-3"
],
"translate": {
"x": 0,
"y": -3,
"z": 0
}
},
{
"chance": 0.1,
"chance": 0.2,
"rotation": {
"yAxis": {
"min": 0,
@@ -122,7 +145,7 @@
],
"translate": {
"x": 0,
"y": 0,
"y": -4,
"z": 0
}
}

BIN
objects/misc/tntower-1.iob Normal file

Binary file not shown.