mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-21 23:18:11 +00:00
14 lines
494 B
Plaintext
14 lines
494 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dyx8sm50s5kcu"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bjo3ghjnca7i5" path="res://Scenes/Levels/GameOver.tscn" id="1_fnhjq"]
|
|
[ext_resource type="Script" uid="uid://cx10qj8eh8k8w" path="res://Scripts/Parts/TimeUp.gd" id="2_s8xim"]
|
|
|
|
[node name="GameOver" instance=ExtResource("1_fnhjq")]
|
|
script = ExtResource("2_s8xim")
|
|
|
|
[node name="Label" parent="CanvasLayer" index="1"]
|
|
text = "Time Up"
|
|
|
|
[node name="Timer" parent="." index="2"]
|
|
wait_time = 2.0
|