Fix BaseConstructible and BaseConstructibleDynamic to use the new entity anchoring
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
parent: BaseConstructibleDynamic
|
||||
components:
|
||||
- type: InteractionOutline
|
||||
- type: SnapGrid
|
||||
- type: Sprite
|
||||
netsync: false
|
||||
sprite: Constructible/Atmos/canister.rsi
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
placement:
|
||||
mode: SnapgridCenter
|
||||
components:
|
||||
- type: SnapGrid
|
||||
- type: Transform
|
||||
anchored: true
|
||||
- type: Clickable
|
||||
- type: Physics
|
||||
bodyType: Static
|
||||
@@ -30,6 +31,8 @@
|
||||
# - type: DamageOnHighSpeedImpact
|
||||
# - type: TileFrictionModifier
|
||||
# modifier: 0.5
|
||||
- type: Transform
|
||||
anchored: false
|
||||
- type: Clickable
|
||||
- type: Physics
|
||||
bodyType: Dynamic
|
||||
|
||||
Reference in New Issue
Block a user