2025-06-17 01:01:29 +00:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://cm8o5vpn4a00"]
|
2025-06-10 01:21:45 +00:00
|
|
|
|
2025-06-17 01:01:29 +00:00
|
|
|
[ext_resource type="Script" uid="uid://q1ok5ukbtibm" path="res://Scripts/bullet.gd" id="1_xjght"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://s8lg7ju2rbga" path="res://Assets/Graphics/Projectiles/pixel_bullet.png" id="2_oduel"]
|
2025-06-10 01:21:45 +00:00
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_oduel"]
|
2025-06-17 01:01:29 +00:00
|
|
|
size = Vector2(13, 4)
|
2025-06-10 01:21:45 +00:00
|
|
|
|
|
|
|
[node name="Bullet" type="Area2D"]
|
|
|
|
script = ExtResource("1_xjght")
|
|
|
|
metadata/_edit_group_ = true
|
|
|
|
|
2025-06-17 01:01:29 +00:00
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
|
|
position = Vector2(-3, -2)
|
|
|
|
rotation = -3.14159
|
|
|
|
scale = Vector2(0.0896342, 0.0851218)
|
|
|
|
texture = ExtResource("2_oduel")
|
|
|
|
|
2025-06-10 01:21:45 +00:00
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
2025-06-17 01:01:29 +00:00
|
|
|
texture_filter = 1
|
|
|
|
position = Vector2(0.5, 0)
|
2025-06-10 01:21:45 +00:00
|
|
|
shape = SubResource("RectangleShape2D_oduel")
|
|
|
|
debug_color = Color(0.995859, 0, 0.197667, 0.42)
|