June2026Game/scenes/bullet.tscn

15 lines
550 B
Plaintext
Raw Permalink Normal View History

2026-06-29 20:57:59 +00:00
[gd_scene format=3 uid="uid://bp51pocvj7p3x"]
[ext_resource type="Script" uid="uid://bvy43aky6y3er" path="res://scripts/bullet.gd" id="1_mkf8s"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_h1aey"]
size = Vector2(8, 3)
[node name="Bullet" type="Area2D" unique_id=1728947011]
script = ExtResource("1_mkf8s")
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=791301971]
position = Vector2(0, 0.5)
shape = SubResource("RectangleShape2D_h1aey")
debug_color = Color(0.9348346, 0.10724712, 0.5768572, 0.41960785)