[gd_scene load_steps=3 format=3 uid="uid://x8y4fkj6fc2e"] [ext_resource type="Script" uid="uid://cevjj6wpr5f8f" path="res://scripts/grenade.gd" id="1_cvyik"] [sub_resource type="CircleShape2D" id="CircleShape2D_1xt3t"] [node name="Grenade" type="RigidBody2D"] contact_monitor = true max_contacts_reported = 2 script = ExtResource("1_cvyik") [node name="CollisionShape2D" type="CollisionShape2D" parent="."] shape = SubResource("CircleShape2D_1xt3t") debug_color = Color(0.7488965, 0.6246863, 1.92523e-07, 1) [connection signal="body_entered" from="." to="." method="_on_body_entered"]