Fix girder not being impassable.

Fixes #3777
This commit is contained in:
Vera Aguilera Puerto
2021-06-29 21:23:09 +02:00
parent 4ce05a9b75
commit eacbb3a6d2

View File

@@ -4,6 +4,8 @@
name: girder name: girder
description: A large structural assembly made out of metal; It requires a layer of metal before it can be considered a wall. description: A large structural assembly made out of metal; It requires a layer of metal before it can be considered a wall.
components: components:
- type: Transform
anchored: true
- type: Physics - type: Physics
bodyType: Static bodyType: Static
fixtures: fixtures:
@@ -11,6 +13,7 @@
!type:PhysShapeAabb {} !type:PhysShapeAabb {}
mass: 50 mass: 50
layer: layer:
- Impassable
- SmallImpassable - SmallImpassable
mask: mask:
- VaultImpassable - VaultImpassable