2025-08-12 01:08:57 +00:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://lg8k51aicde4"]
|
|
|
|
|
2025-08-19 01:10:32 +00:00
|
|
|
[ext_resource type="Script" uid="uid://p7brl4n4miw6" path="res://scripts/bullet.gd" id="1_bpcfw"]
|
2025-08-12 01:08:57 +00:00
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_oprgb"]
|
|
|
|
size = Vector2(8, 4)
|
|
|
|
|
|
|
|
[node name="Bullet" type="Area2D"]
|
|
|
|
script = ExtResource("1_bpcfw")
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
|
|
shape = SubResource("RectangleShape2D_oprgb")
|
|
|
|
debug_color = Color(0.866207, 0.326527, 0.373638, 0.42)
|
|
|
|
|
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|