Skip to content

Commit

Permalink
appease the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Just-a-Unity-Dev committed Jul 10, 2024
1 parent 6be9ebb commit 2076d0e
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,17 @@
- type: Fixtures
fixtures:
projectile:
shape: !type:PhysShapeCircle
radius: .5
shape:
!type:PhysShapeCircle
radius: .5
mask:
- MobMask
layer:
- MobLayer
fly-by:
shape: !type:PhysShapeCircle
radius: 10 # TODO: missile flyby sound
shape:
!type:PhysShapeCircle
radius: 10 # TODO: missile flyby sound
layer:
- Impassable
- MidImpassable
Expand Down

0 comments on commit 2076d0e

Please sign in to comment.