aboutsummaryrefslogtreecommitdiffstats
path: root/Wordart.gd
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2022-10-29 23:05:38 +0100
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2022-10-29 23:05:38 +0100
commit553e6d8a818a33195dbf1d01cb517e46fac7996e (patch)
treec1b5fc0292fcbe3f9f3cd5e5b0e118e4b40c1102 /Wordart.gd
parent8c87383e13205c506fd253e846f69e0b4af07432 (diff)
Add death screen
Diffstat (limited to 'Wordart.gd')
-rw-r--r--Wordart.gd7
1 files changed, 7 insertions, 0 deletions
diff --git a/Wordart.gd b/Wordart.gd
new file mode 100644
index 0000000..6204e10
--- /dev/null
+++ b/Wordart.gd
@@ -0,0 +1,7 @@
+extends Sprite
+
+func _ready():
+ visible = false
+
+func _on_player_dead():
+ visible = true