rolling fiend hitbox solidification protocol, difficulty superposition finally collapsed

This commit is contained in:
Haze Weathers 2023-03-07 21:30:41 -05:00
parent b20467a598
commit d74c82cd56

View file

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