diff --git a/objects/enemy/rolling_fiend.tscn b/objects/enemy/rolling_fiend.tscn index c74e108..b2e409f 100644 --- a/objects/enemy/rolling_fiend.tscn +++ b/objects/enemy/rolling_fiend.tscn @@ -29,7 +29,7 @@ animations = [ { extents = Vector2( 3.5, 3.5 ) [sub_resource type="RectangleShape2D" id=4] -extents = Vector2( 3.5, 3.5 ) +extents = Vector2( 4, 3.75 ) [node name="RollingFiend" type="Node2D" groups=["enemy"]] script = ExtResource( 3 ) @@ -40,7 +40,6 @@ move_speed = 50.0 material = SubResource( 5 ) position = Vector2( 4, 4 ) frames = SubResource( 3 ) -frame = 1 playing = true [node name="FloorTestShape" type="CollisionShape2D" parent="."] @@ -51,6 +50,7 @@ shape = SubResource( 8 ) position = Vector2( 4, 4 ) [node name="CollisionShape2D" type="CollisionShape2D" parent="Hitbox"] +position = Vector2( 0, 0.25 ) shape = SubResource( 4 ) [connection signal="area_entered" from="Hitbox" to="." method="_on_Hitbox_area_entered"]