Decal spawners spawn on a higher layer (#39956)
changed decal spawn layer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user