16 lines
592 B
Plaintext
16 lines
592 B
Plaintext
[gd_scene format=3 uid="uid://vdkcnj4ebu6r"]
|
|
|
|
[ext_resource type="Script" uid="uid://dcqok1j5pliwd" path="res://scripts/bullet.gd" id="1_mkf8s"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_h1aey"]
|
|
size = Vector2(10, 4)
|
|
|
|
[node name="Bullet" type="Area2D" unique_id=165117688]
|
|
script = ExtResource("1_mkf8s")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=488200767]
|
|
shape = SubResource("RectangleShape2D_h1aey")
|
|
debug_color = Color(0.7560967, 0, 0.13750124, 0.41960785)
|
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|