2026-03-10 01:04:51 +00:00
|
|
|
[gd_scene format=3 uid="uid://ium8i6770pf4"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://bfuhpow7x2xr1" path="res://scripts/bullet.gd" id="1_mkf8s"]
|
2026-03-24 00:55:49 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://dgt4wqlv6dc04" path="res://assets/graphics/projectiles/pixel_bullet.png" id="2_y25gk"]
|
2026-03-10 01:04:51 +00:00
|
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_h1aey"]
|
|
|
|
|
size = Vector2(12, 6)
|
|
|
|
|
|
|
|
|
|
[node name="Bullet" type="Area2D" unique_id=1756277677]
|
|
|
|
|
script = ExtResource("1_mkf8s")
|
|
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=646324606]
|
|
|
|
|
shape = SubResource("RectangleShape2D_h1aey")
|
|
|
|
|
debug_color = Color(0.93031675, 0.24960315, 0.23292288, 0.41960785)
|
2026-03-17 00:58:20 +00:00
|
|
|
|
2026-03-24 00:55:49 +00:00
|
|
|
[node name="bulletGraphic" type="Sprite2D" parent="." unique_id=1676462394]
|
|
|
|
|
texture_filter = 1
|
|
|
|
|
position = Vector2(-0.21197891, -0.023043156)
|
|
|
|
|
rotation = -3.1378267
|
|
|
|
|
scale = Vector2(0.10053524, 0.115774006)
|
|
|
|
|
texture = ExtResource("2_y25gk")
|
|
|
|
|
offset = Vector2(37.789795, 25.590113)
|
|
|
|
|
|
2026-03-17 00:58:20 +00:00
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|