adjusted hitboxes so that *one* star in mountain is possible again
This commit is contained in:
parent
f76836b22f
commit
51eeef3941
2 changed files with 2 additions and 2 deletions
|
@ -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 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue