turned bullet bug into a feature

This commit is contained in:
Page Asgardius 2024-03-24 11:23:12 -07:00
parent 3fed02c051
commit 52b5a32f61
9 changed files with 145 additions and 17 deletions

View file

@ -15,7 +15,9 @@ texture = ExtResource("2_0alhu")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_g125y")
[node name="VisibleOnScreenEnabler2D" type="VisibleOnScreenEnabler2D" parent="."]
[node name="VisibleOnScreenNotifier2D" type="VisibleOnScreenNotifier2D" parent="."]
position = Vector2(-7.15256e-07, -1.43051e-06)
scale = Vector2(3, 3)
[connection signal="area_entered" from="." to="." method="_on_area_entered"]
[connection signal="body_entered" from="." to="." method="_on_body_entered"]