16 lines
524 B
Plaintext
16 lines
524 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://c5bftwgkssaf2"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/bullet.gd" id="1_t2eet"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_1gtqp"]
|
|
radius = 6.0
|
|
|
|
[node name="Area2D" type="Area2D"]
|
|
script = ExtResource("1_t2eet")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_1gtqp")
|
|
debug_color = Color(0.721569, 0.337255, 0.854902, 0.419608)
|
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|