JuneGame/scenes/bullet.tscn

15 lines
514 B
Plaintext
Raw Normal View History

2025-06-10 14:13:01 +00:00
[gd_scene load_steps=3 format=3 uid="uid://cc7r60jbw6uyo"]
[ext_resource type="Script" uid="uid://bayboh7t0ss7p" path="res://scripts/bullet.gd" id="1_mkf8s"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_y25gk"]
size = Vector2(18, 6)
[node name="Bullet" type="Area2D"]
script = ExtResource("1_mkf8s")
metadata/_edit_group_ = true
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_y25gk")
debug_color = Color(0.690582, 0.49486, 0.146364, 0.42)