JanuaryGodotGame/januaryproject/scenes/bullet.tscn

16 lines
538 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://ckc5gbyie17tm"]
[ext_resource type="Script" path="res://scripts/bullet.gd" id="1_fxxmp"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_rws30"]
size = Vector2(10, 4)
[node name="Area2D" type="Area2D"]
script = ExtResource("1_fxxmp")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_rws30")
debug_color = Color(0.892283, 0.284139, 0.402358, 0.42)
[connection signal="body_entered" from="." to="." method="_on_body_entered"]