fix railing vaulting (#6857)

Co-authored-by: fishfish458 <fishfish458>
This commit is contained in:
Fishfish458
2022-03-01 02:21:14 -06:00
committed by GitHub
parent 561204e8c9
commit 60dccc829a
2 changed files with 9 additions and 5 deletions

View File

@@ -21,9 +21,10 @@
bounds: "-0.49,-0.49,0.49,-0.3" bounds: "-0.49,-0.49,0.49,-0.3"
mass: 50 mass: 50
layer: layer:
- SmallImpassable - VaultImpassable
mask: mask:
- Impassable - Impassable
- SmallImpassable
- type: InteractionOutline - type: InteractionOutline
- type: Repairable - type: Repairable
- type: Damageable - type: Damageable
@@ -73,17 +74,19 @@
bounds: "-0.49,-0.49,0.49,-0.3" bounds: "-0.49,-0.49,0.49,-0.3"
mass: 50 mass: 50
layer: layer:
- SmallImpassable - VaultImpassable
mask: mask:
- Impassable - Impassable
- SmallImpassable
- shape: - shape:
!type:PhysShapeAabb !type:PhysShapeAabb
bounds: "0.49,0.49,0.3,-0.49" bounds: "0.49,0.49,0.3,-0.49"
mass: 50 mass: 50
layer: layer:
- SmallImpassable - VaultImpassable
mask: mask:
- Impassable - Impassable
- SmallImpassable
- type: InteractionOutline - type: InteractionOutline
- type: Repairable - type: Repairable
- type: Damageable - type: Damageable
@@ -133,9 +136,10 @@
bounds: "-0.49,0.49,-0.3,0.3" bounds: "-0.49,0.49,-0.3,0.3"
mass: 50 mass: 50
layer: layer:
- SmallImpassable - VaultImpassable
mask: mask:
- Impassable - Impassable
- SmallImpassable
- type: InteractionOutline - type: InteractionOutline
- type: Repairable - type: Repairable
- type: Damageable - type: Damageable

View File

@@ -674,7 +674,7 @@
state: closed state: closed
- type: construction - type: construction
name: airtight plastic flaps name: plastic flaps
id: PlasticFlapsClear id: PlasticFlapsClear
graph: PlasticFlapsGraph graph: PlasticFlapsGraph
startNode: start startNode: start