Disable collisions on a lot of stuff (#3641)
* Disable collisions on floor entities * Disable sign collision * Disable walllight collisions Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
This commit is contained in:
parent
f8cc3c50f7
commit
71ef1cd6fe
|
|
@ -16,6 +16,7 @@
|
|||
key: full
|
||||
base: carpet_
|
||||
- type: Physics
|
||||
canCollide: false
|
||||
fixtures:
|
||||
- shape:
|
||||
!type:PhysShapeAabb
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
- type: entity
|
||||
- type: entity
|
||||
id: Catwalk
|
||||
name: catwalk
|
||||
description: A catwalk for easier EVA maneuvering and cable placement.
|
||||
|
|
@ -8,6 +8,7 @@
|
|||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Physics
|
||||
canCollide: false
|
||||
fixtures:
|
||||
- shape:
|
||||
!type:PhysShapeAabb
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
- type: entity
|
||||
- type: entity
|
||||
id: WallLight
|
||||
name: unpowered light
|
||||
description: "An unpowered light."
|
||||
|
|
@ -9,6 +9,7 @@
|
|||
graph: lightFixture
|
||||
node: tubeLight
|
||||
- type: Physics
|
||||
canCollide: false
|
||||
fixtures:
|
||||
- shape:
|
||||
!type:PhysShapeAabb
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
- type: Clickable
|
||||
- type: InteractionOutline
|
||||
- type: Physics
|
||||
canCollide: false
|
||||
fixtures:
|
||||
- shape:
|
||||
!type:PhysShapeAabb {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue