June2026Game/Scenes/bullet.tscn
2026-07-06 12:22:12 -04:00

14 lines
523 B
Plaintext

[gd_scene format=3 uid="uid://dvg70drsbendq"]
[ext_resource type="Script" uid="uid://u1ubij2eih4r" path="res://Scripts/bullet.gd" id="1_xjght"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_4mw4s"]
size = Vector2(10, 4)
[node name="Bullet" type="Area2D" unique_id=1549351635]
script = ExtResource("1_xjght")
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=687436499]
shape = SubResource("RectangleShape2D_4mw4s")
debug_color = Color(0.9064841, 0.22817236, 0.5106338, 0.41960785)