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