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:
Ed
2025-03-13 02:51:48 +03:00
committed by GitHub
parent f9a48463ba
commit 63ecf4241a
5 changed files with 13 additions and 2 deletions

View File

@@ -81,7 +81,7 @@
acts: [ "Destruction" ]
- type: IconSmooth
key: bricks
key: walls
base: brick
- type: entity

View File

@@ -27,6 +27,8 @@
state: full
- type: IconSmooth
key: chasm
additionalKeys:
- walls
base: chasm
- type: Physics
bodyType: Static

View File

@@ -36,6 +36,8 @@
state: full
- type: IconSmooth
key: floor
additionalKeys:
- walls
base: lava
- type: Physics
bodyType: Static