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 )

View file

@ -10,7 +10,7 @@ shader_param/border_color = Color( 0, 0, 0, 1 )
shader_param/border_corners = false
[sub_resource type="RectangleShape2D" id=2]
extents = Vector2( 3.7, 3.9 )
extents = Vector2( 3.7, 4 )
[sub_resource type="RectangleShape2D" id=3]
extents = Vector2( 4, 4 )