sg pushin' shovin' squishin' some snails n' skeles with rocks

This commit is contained in:
Haze Weathers 2023-05-10 18:25:26 -04:00
parent 56fb173a24
commit 3ba9afd2be
4 changed files with 117 additions and 17 deletions

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, 4 )
extents = Vector2( 3.75, 4 )
[sub_resource type="RectangleShape2D" id=3]
extents = Vector2( 4, 4 )
@ -37,7 +37,4 @@ collision_layer = 5
position = Vector2( 5, 4 )
shape = SubResource( 3 )
[node name="Bottom" type="Position2D" parent="."]
position = Vector2( 4, 8 )
[connection signal="area_entered" from="Hitbox" to="." method="_on_Hitbox_area_entered"]