We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a4218a + 1ad7e8c commit b7aeb57Copy full SHA for b7aeb57
scenes/end/fail_scene.gd
@@ -0,0 +1,4 @@
1
+extends Node
2
+
3
+func _ready():
4
+ $end_scene/Label.text = "You lost!"
scenes/end/fail_scene.tscn
@@ -0,0 +1,12 @@
+[gd_scene load_steps=3 format=2]
+[ext_resource path="res://scenes/end/fail_scene.gd" type="Script" id=1]
+[ext_resource path="res://scenes/end/end_scene.tscn" type="PackedScene" id=2]
5
6
+[node name="fail_scene" type="Node"]
7
8
+script = ExtResource( 1 )
9
10
+[node name="end_scene" parent="." index="0" instance=ExtResource( 2 )]
11
12
0 commit comments