Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
s4pu committed Dec 1, 2018
2 parents 1a4218a + 1ad7e8c commit b7aeb57
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scenes/end/fail_scene.gd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
extends Node

func _ready():
$end_scene/Label.text = "You lost!"
12 changes: 12 additions & 0 deletions scenes/end/fail_scene.tscn
Original file line number Diff line number Diff line change
@@ -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]

[node name="fail_scene" type="Node"]

script = ExtResource( 1 )

[node name="end_scene" parent="." index="0" instance=ExtResource( 2 )]


0 comments on commit b7aeb57

Please sign in to comment.