2025-10-25 01:57:19 +00:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://cyy6jr7mxu0jl"]
|
2025-10-07 00:57:11 +00:00
|
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://cb874g2gkrukb" path="res://scripts/bullet.gd" id="1_mkf8s"]
|
2025-10-25 01:57:19 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://rejfd2gqjk7w" path="res://graphics/effects/14.png" id="2_y25gk"]
|
2025-10-07 00:57:11 +00:00
|
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_h1aey"]
|
2025-10-25 01:57:19 +00:00
|
|
|
size = Vector2(16, 2)
|
2025-10-07 00:57:11 +00:00
|
|
|
|
|
|
|
|
[node name="Bullet" type="Area2D"]
|
|
|
|
|
script = ExtResource("1_mkf8s")
|
|
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
2025-10-25 01:57:19 +00:00
|
|
|
position = Vector2(-1, 0)
|
2025-10-07 00:57:11 +00:00
|
|
|
shape = SubResource("RectangleShape2D_h1aey")
|
|
|
|
|
debug_color = Color(1, 0, 0, 1)
|
2025-10-25 01:57:19 +00:00
|
|
|
|
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
|
|
|
scale = Vector2(0.1, 0.1)
|
|
|
|
|
texture = ExtResource("2_y25gk")
|