16 lines
527 B
Plaintext
16 lines
527 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://vycud8mssmb3"]
|
||
|
|
||
|
[ext_resource type="Script" uid="uid://doxxkkrf00ef2" path="res://scripts/bullet.gd" id="1_xjght"]
|
||
|
|
||
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_4mw4s"]
|
||
|
|
||
|
[node name="bullet" type="Area2D"]
|
||
|
script = ExtResource("1_xjght")
|
||
|
metadata/_edit_group_ = true
|
||
|
|
||
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||
|
rotation = 1.58879
|
||
|
shape = SubResource("CapsuleShape2D_4mw4s")
|
||
|
|
||
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|