[gd_scene load_steps=3 format=3 uid="uid://c7v063yofnirp"] [ext_resource type="Script" path="res://scripts/bullet.gd" id="1_au5n7"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_hrjpd"] size = Vector2(14, 6) [node name="Area2D" type="Area2D"] script = ExtResource("1_au5n7") [node name="CollisionShape2D" type="CollisionShape2D" parent="."] shape = SubResource("RectangleShape2D_hrjpd") debug_color = Color(0.92607, 0.250785, 0.273463, 0.42) [connection signal="body_entered" from="." to="." method="_on_body_entered"]