IconSmooth additional smoothing keys (#35790)
* additionalKeys * Update lava.yml * Update Content.Client/IconSmoothing/IconSmoothComponent.cs --------- Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
acts: [ "Destruction" ]
|
||||
|
||||
- type: IconSmooth
|
||||
key: bricks
|
||||
key: walls
|
||||
base: brick
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -27,6 +27,8 @@
|
||||
state: full
|
||||
- type: IconSmooth
|
||||
key: chasm
|
||||
additionalKeys:
|
||||
- walls
|
||||
base: chasm
|
||||
- type: Physics
|
||||
bodyType: Static
|
||||
|
||||
@@ -36,6 +36,8 @@
|
||||
state: full
|
||||
- type: IconSmooth
|
||||
key: floor
|
||||
additionalKeys:
|
||||
- walls
|
||||
base: lava
|
||||
- type: Physics
|
||||
bodyType: Static
|
||||
|
||||
Reference in New Issue
Block a user