mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 23:48:11 +00:00
added the game
This commit is contained in:
13
Scenes/Levels/TimeUp.tscn
Normal file
13
Scenes/Levels/TimeUp.tscn
Normal file
@@ -0,0 +1,13 @@
|
||||
[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
|
Reference in New Issue
Block a user