1
Fork 0
mirror of https://github.com/Steffo99/pineapple-surf.git synced 2024-11-22 07:44:20 +00:00
pineapple-surf/island/RespawnPad.tscn

13 lines
430 B
Text
Raw Permalink Normal View History

[gd_scene load_steps=2 format=3 uid="uid://ceki0n8cyjlrm"]
[ext_resource type="Script" path="res://island/RespawnPad.gd" id="1_u4xy3"]
[node name="RespawnPad" type="Node3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 0.5, 0.5)
script = ExtResource("1_u4xy3")
[node name="RespawnTimer" type="Timer" parent="."]
wait_time = 15.0
[connection signal="timeout" from="RespawnTimer" to="." method="_on_respawn_timeout"]