Skip to content

Commit

Permalink
shrink tree hitboxes (DeltaV-Station#1935)
Browse files Browse the repository at this point in the history
Co-authored-by: deltanedas <@deltanedas:kde.org>
  • Loading branch information
deltanedas authored Sep 29, 2024
1 parent 2f20299 commit a8f33c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Resources/Prototypes/Entities/Objects/Decoration/flora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
fix1:
shape:
!type:PhysShapeAabb
bounds: "-0.35,-0.4,0.35,0.4"
bounds: "-0.15,-0.2,0.15,0.2" # DeltaV: make it smaller
density: 1000
layer:
- WallLayer
Expand Down Expand Up @@ -104,7 +104,7 @@
fix1:
shape:
!type:PhysShapeAabb
bounds: "-0.1,-0.3,0.1,0.3"
bounds: "-0.1,-0.2,0.1,0.2" # DeltaV: make it smaller
density: 4000
layer:
- WallLayer
Expand All @@ -122,7 +122,7 @@
fix1:
shape:
!type:PhysShapeAabb
bounds: "-0.18,-0.35,0.18,0.35"
bounds: "-0.18,-0.2,0.18,0.2" # DeltaV: make it smaller
density: 2000
layer:
- WallLayer
Expand All @@ -140,7 +140,7 @@
fix1:
shape:
!type:PhysShapeAabb
bounds: "-0.1,-0.35,0.1,0.35"
bounds: "-0.1,-0.2,0.1,0.2" # DeltaV: make it smaller
density: 3500
layer:
- WallLayer
Expand Down

0 comments on commit a8f33c1

Please sign in to comment.