2026-05-05 01:00:09 +00:00
|
|
|
[gd_scene format=3 uid="uid://ceyxo0mrrrd6d"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://jrqdl3mm7rly" path="res://Scripts/grenade.gd" id="1_v44n1"]
|
2026-05-12 01:03:25 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://cxcodns65xvhr" path="res://assets/graphics/objects/grenade.png" id="2_5rnft"]
|
2026-05-05 01:00:09 +00:00
|
|
|
|
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_b5j7x"]
|
2026-05-12 01:03:25 +00:00
|
|
|
radius = 8.0
|
2026-05-05 01:00:09 +00:00
|
|
|
|
|
|
|
|
[node name="Grenade" type="RigidBody2D" unique_id=1290284523]
|
|
|
|
|
contact_monitor = true
|
|
|
|
|
max_contacts_reported = 3
|
|
|
|
|
script = ExtResource("1_v44n1")
|
|
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1668727236]
|
|
|
|
|
shape = SubResource("CircleShape2D_b5j7x")
|
|
|
|
|
debug_color = Color(0.81547993, 0.40661094, 1.1551381e-06, 1)
|
|
|
|
|
|
2026-05-12 01:03:25 +00:00
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=1935858703]
|
|
|
|
|
texture_filter = 1
|
|
|
|
|
position = Vector2(0, 1.000001)
|
|
|
|
|
scale = Vector2(2.0924313, 2.4917161)
|
|
|
|
|
texture = ExtResource("2_5rnft")
|
|
|
|
|
|
2026-05-05 01:00:09 +00:00
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|