2025-01-21 01:43:55 +00:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://ckc5gbyie17tm"]
|
2025-01-14 01:58:50 +00:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://scripts/bullet.gd" id="1_fxxmp"]
|
2025-01-21 01:43:55 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://c4rwvfk7efpru" path="res://assets/graphics/projectiles/pixel_bullet.png" id="2_0y61d"]
|
2025-01-14 01:58:50 +00:00
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_rws30"]
|
|
|
|
size = Vector2(10, 4)
|
|
|
|
|
|
|
|
[node name="Area2D" type="Area2D"]
|
|
|
|
script = ExtResource("1_fxxmp")
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
|
|
shape = SubResource("RectangleShape2D_rws30")
|
|
|
|
debug_color = Color(0.892283, 0.284139, 0.402358, 0.42)
|
|
|
|
|
2025-01-21 01:43:55 +00:00
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
|
|
texture_filter = 1
|
|
|
|
position = Vector2(-3, -2)
|
|
|
|
rotation = 3.14089
|
|
|
|
scale = Vector2(0.0794906, 0.0794906)
|
|
|
|
texture = ExtResource("2_0y61d")
|
|
|
|
|
2025-02-11 02:12:59 +00:00
|
|
|
[connection signal="area_entered" from="." to="." method="_on_area_entered"]
|
2025-01-14 01:58:50 +00:00
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|