Fix honkbot slipping (#12791)

This commit is contained in:
Alex Evgrashin
2022-12-03 02:44:10 +01:00
committed by GitHub
parent c033e74c7d
commit c9ff567c78

View File

@@ -110,17 +110,23 @@
launchForwardsMultiplier: 6.0 launchForwardsMultiplier: 6.0
- type: StepTrigger - type: StepTrigger
intersectRatio: 0.2 intersectRatio: 0.2
- type: Physics
bodyType: Dynamic
- type: Fixtures - type: Fixtures
fixtures: fixtures:
- shape:
!type:PhysShapeCircle
radius: 0.35
id: "slips"
hard: false
layer:
- SlipLayer
- shape: - shape:
!type:PhysShapeCircle !type:PhysShapeCircle
radius: 0.35 radius: 0.35
density: 20 density: 20
mask: mask:
- MobMask - MobMask
layer:
- MobLayer
- SlipLayer
- type: Construction - type: Construction
graph: HonkBot graph: HonkBot
node: bot node: bot