Decal spawners spawn on a higher layer (#39956)
changed decal spawn layer
This commit is contained in:
parent
35d69e0f33
commit
a05d466a5e
3 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@
|
|||
- DirtHeavy
|
||||
maxDecalsPerTile: 1
|
||||
snapPosition: true
|
||||
zIndex: 1
|
||||
zIndex: 5
|
||||
prob: 0.8
|
||||
color: '#FFFFFF7F'
|
||||
cleanable: true
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
components:
|
||||
- type: RandomDecalSpawner
|
||||
radius: 0.3
|
||||
zIndex: 1
|
||||
zIndex: 5
|
||||
deleteSpawnerAfterSpawn: true
|
||||
tileWhitelist:
|
||||
- FloorAstroGrass
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
randomRotation: true
|
||||
maxDecals: 3
|
||||
prob: 0.5
|
||||
zIndex: 1
|
||||
zIndex: 5
|
||||
color: '#9900007F'
|
||||
cleanable: true
|
||||
deleteSpawnerAfterSpawn: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue