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:
@@ -16,6 +16,7 @@
|
|||||||
key: full
|
key: full
|
||||||
base: carpet_
|
base: carpet_
|
||||||
- type: Physics
|
- type: Physics
|
||||||
|
canCollide: false
|
||||||
fixtures:
|
fixtures:
|
||||||
- shape:
|
- shape:
|
||||||
!type:PhysShapeAabb
|
!type:PhysShapeAabb
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
id: Catwalk
|
id: Catwalk
|
||||||
name: catwalk
|
name: catwalk
|
||||||
description: A catwalk for easier EVA maneuvering and cable placement.
|
description: A catwalk for easier EVA maneuvering and cable placement.
|
||||||
@@ -8,6 +8,7 @@
|
|||||||
- type: Clickable
|
- type: Clickable
|
||||||
- type: InteractionOutline
|
- type: InteractionOutline
|
||||||
- type: Physics
|
- type: Physics
|
||||||
|
canCollide: false
|
||||||
fixtures:
|
fixtures:
|
||||||
- shape:
|
- shape:
|
||||||
!type:PhysShapeAabb
|
!type:PhysShapeAabb
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
id: WallLight
|
id: WallLight
|
||||||
name: unpowered light
|
name: unpowered light
|
||||||
description: "An unpowered light."
|
description: "An unpowered light."
|
||||||
@@ -9,6 +9,7 @@
|
|||||||
graph: lightFixture
|
graph: lightFixture
|
||||||
node: tubeLight
|
node: tubeLight
|
||||||
- type: Physics
|
- type: Physics
|
||||||
|
canCollide: false
|
||||||
fixtures:
|
fixtures:
|
||||||
- shape:
|
- shape:
|
||||||
!type:PhysShapeAabb
|
!type:PhysShapeAabb
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
- type: Clickable
|
- type: Clickable
|
||||||
- type: InteractionOutline
|
- type: InteractionOutline
|
||||||
- type: Physics
|
- type: Physics
|
||||||
|
canCollide: false
|
||||||
fixtures:
|
fixtures:
|
||||||
- shape:
|
- shape:
|
||||||
!type:PhysShapeAabb {}
|
!type:PhysShapeAabb {}
|
||||||
|
|||||||
Reference in New Issue
Block a user