FebGame/febfabgame/Scenes/bullet.tscn

16 lines
550 B
Plaintext
Raw Normal View History

2025-03-04 01:40:24 +00:00
[gd_scene load_steps=3 format=3 uid="uid://cy7x36mdb5oxu"]
[ext_resource type="Script" path="res://Scripts/bullet.gd" id="1_74gno"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_vnal2"]
size = Vector2(20, 4)
[node name="Area2D" type="Area2D"]
script = ExtResource("1_74gno")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_vnal2")
debug_color = Color(0.857955, 0.291109, 0.565473, 0.42)
[connection signal="body_shape_entered" from="." to="." method="_on_body_shape_entered"]