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:
metalgearsloth
2021-03-15 20:45:43 +11:00
committed by GitHub
parent f8cc3c50f7
commit 71ef1cd6fe
4 changed files with 6 additions and 2 deletions

View File

@@ -16,6 +16,7 @@
key: full
base: carpet_
- type: Physics
canCollide: false
fixtures:
- shape:
!type:PhysShapeAabb

View File

@@ -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

View File

@@ -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

View File

@@ -6,6 +6,7 @@
- type: Clickable
- type: InteractionOutline
- type: Physics
canCollide: false
fixtures:
- shape:
!type:PhysShapeAabb {}