Skip to content

Commit

Permalink
Remove collision fixtures from footprint entities
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Jan 16, 2025
1 parent 423bc3c commit 02360be
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Resources/Prototypes/Entities/Effects/puddle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,17 +187,17 @@
color: "#FFFFFF80"
- type: Physics
bodyType: Static
- type: Fixtures
fixtures:
slipFixture:
shape:
!type:PhysShapeAabb
bounds: "-0.4,-0.4,0.4,0.4"
mask:
- ItemMask
layer:
- SlipLayer
hard: false
# - type: Fixtures # Floof - hell nah
# fixtures:
# slipFixture:
# shape:
# !type:PhysShapeAabb
# bounds: "-0.4,-0.4,0.4,0.4"
# mask:
# - ItemMask
# layer:
# - SlipLayer
# hard: false
- type: SolutionContainerManager
solutions:
step: { maxVol: 2 }
Expand Down

0 comments on commit 02360be

Please sign in to comment.