Fix: Dragging items over atmos pipes is slow. (#25629)
* Change tilefrictionmodifier of default item to base friction
* Remove anchored friction modifier from baseItem
* Revert "Remove anchored friction modifier from baseItem"
This reverts commit 2d9d53f38a3704c8b5df4172629c78812f72f6ae.
* Removed anchored friction component from BaseItem.
---------
Co-authored-by: Plykiya <plykiya@protonmail.com>
(cherry picked from commit e3b061025d)
This commit is contained in:
parent
f8891e16b4
commit
633f1908c1
|
|
@ -23,8 +23,6 @@
|
|||
soundHit:
|
||||
collection: MetalThud
|
||||
- type: CollisionWake
|
||||
- type: TileFrictionModifier
|
||||
modifier: 0.5
|
||||
- type: Physics
|
||||
bodyType: Dynamic
|
||||
fixedRotation: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue