17 lines
585 B
Plaintext
17 lines
585 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://clevnux6u2ybx"]
|
||
|
|
||
|
[ext_resource type="Script" uid="uid://bsrl75gqbvfkf" path="res://Scripts/bullet.gd" id="1_xjght"]
|
||
|
|
||
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_oduel"]
|
||
|
size = Vector2(6, 4)
|
||
|
|
||
|
[node name="Bullet" type="Area2D"]
|
||
|
script = ExtResource("1_xjght")
|
||
|
metadata/_edit_group_ = true
|
||
|
|
||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||
|
shape = SubResource("RectangleShape2D_oduel")
|
||
|
debug_color = Color(0.997962, 0, 0.153889, 0.42)
|
||
|
|
||
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|