fix: fix structure`s strange sticking (#199)

This commit is contained in:
ThereDrD0
2024-03-14 21:24:27 +03:00
committed by GitHub
parent ae5125144f
commit 329717ac4a
6 changed files with 2 additions and 27 deletions

View File

@@ -68,9 +68,6 @@
- map: [ "enum.EdgeLayer.West" ] - map: [ "enum.EdgeLayer.West" ]
state: foam-west state: foam-west
- type: SmoothEdge - type: SmoothEdge
- type: IconSmooth
key: walls
mode: NoSprite
- type: FoamVisuals - type: FoamVisuals
animationTime: 0.6 animationTime: 0.6
animationState: foam-dissolve animationState: foam-dissolve
@@ -148,9 +145,6 @@
- type: Occluder - type: Occluder
- type: Appearance - type: Appearance
- type: SmoothEdge - type: SmoothEdge
- type: IconSmooth
key: walls
mode: NoSprite
- type: Transform - type: Transform
anchored: true anchored: true
- type: Airtight - type: Airtight

View File

@@ -52,9 +52,6 @@
behaviors: behaviors:
- !type:DoActsBehavior - !type:DoActsBehavior
acts: ["Destruction"] acts: ["Destruction"]
- type: IconSmooth
key: walls
mode: NoSprite
- type: Occluder - type: Occluder
- type: ReflectAspectMark - type: ReflectAspectMark

View File

@@ -75,9 +75,6 @@
behaviors: behaviors:
- !type:DoActsBehavior - !type:DoActsBehavior
acts: ["Destruction"] acts: ["Destruction"]
- type: IconSmooth
key: walls
mode: NoSprite
- type: DoorSignalControl - type: DoorSignalControl
- type: DeviceNetwork - type: DeviceNetwork
deviceNetId: Wireless deviceNetId: Wireless

View File

@@ -11,9 +11,6 @@
components: components:
- type: PlacementReplacement - type: PlacementReplacement
key: walls key: walls
- type: IconSmooth
key: walls
mode: NoSprite
- type: SmoothEdge - type: SmoothEdge
- type: Sprite - type: Sprite
sprite: Structures/Walls/rock.rsi sprite: Structures/Walls/rock.rsi
@@ -326,9 +323,6 @@
suffix: Low Ore Yield suffix: Low Ore Yield
description: A rocky asteroid. description: A rocky asteroid.
components: components:
- type: IconSmooth
key: walls
mode: NoSprite
- type: SmoothEdge - type: SmoothEdge
- type: Sprite - type: Sprite
sprite: Structures/Walls/rock.rsi sprite: Structures/Walls/rock.rsi
@@ -393,9 +387,6 @@
- FullTileMask - FullTileMask
layer: layer:
- WallLayer - WallLayer
- type: IconSmooth
key: walls
mode: NoSprite
- type: SmoothEdge - type: SmoothEdge
- type: Sprite - type: Sprite
sprite: Structures/Walls/rock.rsi sprite: Structures/Walls/rock.rsi

View File

@@ -78,7 +78,6 @@
max: 1 max: 1
- !type:DoActsBehavior - !type:DoActsBehavior
acts: [ "Destruction" ] acts: [ "Destruction" ]
- type: IconSmooth - type: IconSmooth
key: walls key: walls
base: brick base: brick

View File

@@ -37,9 +37,6 @@
behaviors: behaviors:
- !type:DoActsBehavior - !type:DoActsBehavior
acts: ["Destruction"] acts: ["Destruction"]
- type: IconSmooth
key: walls
mode: NoSprite
- type: Construction - type: Construction
graph: PlasticFlapsGraph graph: PlasticFlapsGraph
node: plasticFlaps node: plasticFlaps