16 lines
560 B
Plaintext
16 lines
560 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://344i7lt7xohd"]
|
||
|
|
||
|
[ext_resource type="Script" uid="uid://bs8ylc2565i2g" path="res://Scripts/Bullet.gd" id="1_vlxeq"]
|
||
|
|
||
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_14k46"]
|
||
|
size = Vector2(20, 3)
|
||
|
|
||
|
[node name="Area2D" type="Area2D"]
|
||
|
script = ExtResource("1_vlxeq")
|
||
|
|
||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||
|
shape = SubResource("RectangleShape2D_14k46")
|
||
|
debug_color = Color(0.027451, 0.976471, 0, 0.956863)
|
||
|
|
||
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|