9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 03:39:15 +00:00

Fixed Objects

This commit is contained in:
Brian Fopiano
2021-07-24 01:03:18 -07:00
parent 5769204580
commit 84ddae338b
4 changed files with 50 additions and 12 deletions

View File

@@ -54,7 +54,7 @@
]
},
{
"chance": 0.003,
"chance": 0.0015,
"mode": "STILT",
"rotation": {
"yAxis": {
@@ -67,15 +67,33 @@
},
"place": [
"jigsaw/pyramid/rpyramid-extreme",
"jigsaw/pyramid/rpyramid",
"void/void",
"void/void",
"jigsaw/pyramid/rpyramid"
],
"translate": {
"x": 0,
"y": -9,
"z": 0
}
},
{
"chance": 0.0015,
"mode": "STILT",
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/rsphinx1",
"clutter/rbrksphinx1"
],
"translate": {
"x": 0,
"y": -19,
"y": -2,
"z": 0
}
}

View File

@@ -54,7 +54,30 @@
]
},
{
"chance": 0.003,
"chance": 0.0015,
"mode": "STILT",
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"clutter/sphinx1",
"clutter/brksphinx1"
],
"translate": {
"x": 0,
"y": -2,
"z": 0
}
},
{
"chance": 0.0015,
"mode": "STILT",
"rotation": {
"yAxis": {
@@ -67,15 +90,12 @@
},
"place": [
"jigsaw/pyramid/pyramid-extreme",
"jigsaw/pyramid/pyramid",
"void/void",
"void/void",
"clutter/sphinx1",
"clutter/brksphinx1"
"jigsaw/pyramid/pyramid"
],
"translate": {
"x": 0,
"y": -19,
"y": -9,
"z": 0
}
}

Binary file not shown.

Binary file not shown.