[gd_scene load_steps=3 format=3 uid="uid://cyy6jr7mxu0jl"] [ext_resource type="Script" uid="uid://cb874g2gkrukb" path="res://scripts/bullet.gd" id="1_mkf8s"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_h1aey"] size = Vector2(20, 3) [node name="Bullet" type="Area2D"] script = ExtResource("1_mkf8s") [node name="CollisionShape2D" type="CollisionShape2D" parent="."] shape = SubResource("RectangleShape2D_h1aey") debug_color = Color(1, 0, 0, 1)