Safe chasms (#1458)

* Update chasm.yml

* Update chasm.yml
This commit is contained in:
Red
2025-08-05 13:01:32 +03:00
committed by GitHub
parent b60ceb38ca
commit 174abacead

View File

@@ -36,6 +36,16 @@
- type: Fixtures
fixtures:
fix1:
shape:
!type:PhysShapeAabb
bounds: "-0.4,-0.4,0.4,0.4"
mask: # tables should collide with other tables
- TableMask
layer:
- TableLayer
density: 1000
#hard: false
fix2:
shape:
!type:PhysShapeAabb
bounds: "-0.4,-0.4,0.4,0.4"
@@ -45,14 +55,8 @@
- ItemMask
density: 1000
hard: false
fix2: # For block AI movement
shape:
!type:PhysShapeAabb
bounds: "-0.5,-0.5,0.5,0.5"
density: 30
mask:
- ItemMask
- type: Tag
tags:
- HideContextMenu
- type: Climbable