DariusGodotGame/dariusgodotproject/scenes/bullet.tscn

16 lines
521 B
Plaintext
Raw Normal View History

2025-01-14 01:58:53 +00:00
[gd_scene load_steps=3 format=3 uid="uid://dwfife67i1fmr"]
[ext_resource type="Script" path="res://scripts/bullet.gd" id="1_qivxv"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_dp02a"]
size = Vector2(16, 4)
[node name="Area2D" type="Area2D"]
script = ExtResource("1_qivxv")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_dp02a")
debug_color = Color(1, 1, 0, 0.419608)
[connection signal="body_entered" from="." to="." method="_on_body_entered"]