adjusted hitboxes so that *one* star in mountain is possible again

This commit is contained in:
pennyrigate 2023-03-06 16:49:26 -05:00
parent f76836b22f
commit 51eeef3941
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ animations = [ {
extents = Vector2( 3.5, 3.5 )
[sub_resource type="RectangleShape2D" id=4]
extents = Vector2( 4, 4 )
extents = Vector2( 3.5, 3.5 )
[node name="RollingFiend" type="Node2D" groups=["enemy"]]
script = ExtResource( 3 )