Fix cables getting 1 morbillion serializations (#17201)

This commit is contained in:
metalgearsloth
2023-06-15 12:21:19 +10:00
committed by GitHub
parent 93f8db58ed
commit a83b03cfbe

View File

@@ -11,9 +11,11 @@
- type: Transform - type: Transform
anchored: true anchored: true
noRot: true noRot: true
# TODO: Remove both of these, same with CollideOnAnchor
- type: Physics - type: Physics
bodyType: Static bodyType: Static
canCollide: false canCollide: false
- type: Fixtures
- type: Sprite - type: Sprite
drawdepth: ThinWire drawdepth: ThinWire
visible: false visible: false