mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00
14 lines
403 B
Plaintext
14 lines
403 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://b4w3brnky14rv"]
|
|
|
|
[ext_resource type="Script" uid="uid://sfu6fevr0yop" path="res://Scripts/Parts/EntityGib.gd" id="1_fif4p"]
|
|
|
|
[node name="EntityGib" type="Node2D"]
|
|
script = ExtResource("1_fif4p")
|
|
|
|
[node name="Timer" type="Timer" parent="."]
|
|
wait_time = 4.0
|
|
one_shot = true
|
|
autostart = true
|
|
|
|
[connection signal="timeout" from="Timer" to="." method="queue_free"]
|