Fix water gun and spray nozzle projectile collision (#24175)
fix water gun and spray nozzle collision
This commit is contained in:
@@ -754,14 +754,16 @@
|
|||||||
maxVol: 50
|
maxVol: 50
|
||||||
- type: Fixtures
|
- type: Fixtures
|
||||||
fixtures:
|
fixtures:
|
||||||
fix1:
|
projectile:
|
||||||
shape:
|
shape:
|
||||||
!type:PhysShapeAabb
|
!type:PhysShapeAabb
|
||||||
bounds: "-0.10,-0.30,0.10,0.15"
|
bounds: "-0.10,-0.30,0.10,0.15"
|
||||||
hard: false
|
hard: false
|
||||||
mask:
|
mask:
|
||||||
- FullTileMask
|
- Impassable
|
||||||
- Opaque
|
- BulletImpassable
|
||||||
|
- type: CanPenetrate
|
||||||
|
penetrationLayer: MobLayer
|
||||||
- type: Vapor
|
- type: Vapor
|
||||||
active: true
|
active: true
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
|
|||||||
Reference in New Issue
Block a user