2025-08-26 01:07:20 +00:00
|
|
|
[gd_scene load_steps=4 format=3 uid="uid://bgwa5osciu6kj"]
|
2025-08-12 01:03:02 +00:00
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://bemhplfq3bapd" path="res://scripts/bullet.gd" id="1_mkf8s"]
|
2025-08-26 01:07:20 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://gptsl2hav386" path="res://assets/graphics/player/pixel_bullet.png" id="2_y25gk"]
|
2025-08-12 01:03:02 +00:00
|
|
|
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_h1aey"]
|
|
|
|
radius = 7.0
|
|
|
|
height = 32.0
|
|
|
|
|
|
|
|
[node name="bullet" type="Area2D"]
|
2025-08-26 01:07:20 +00:00
|
|
|
z_index = 2
|
|
|
|
scale = Vector2(0.599998, 0.56)
|
2025-08-12 01:03:02 +00:00
|
|
|
script = ExtResource("1_mkf8s")
|
2025-08-19 01:05:53 +00:00
|
|
|
metadata/_edit_group_ = true
|
2025-08-12 01:03:02 +00:00
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
|
|
rotation = 1.55509
|
|
|
|
shape = SubResource("CapsuleShape2D_h1aey")
|
|
|
|
debug_color = Color(0.849979, 0, 0.312876, 0.42)
|
|
|
|
|
2025-08-26 01:07:20 +00:00
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
|
|
position = Vector2(6.66668, 5.35714)
|
|
|
|
scale = Vector2(0.199997, 0.199997)
|
|
|
|
texture = ExtResource("2_y25gk")
|
|
|
|
|
2025-08-12 01:03:02 +00:00
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|