aboutsummaryrefslogtreecommitdiffstats
path: root/Wordart.gd
diff options
context:
space:
mode:
authorLogan B <113468801+LoganLDB@users.noreply.github.com>2022-10-29 22:07:20 +0100
committerLogan B <113468801+LoganLDB@users.noreply.github.com>2022-10-29 22:07:20 +0100
commit50b7eb11fe309582002d2fb70742d1c1e6d03d92 (patch)
tree620567e5f0b3c80c28f6bc2b4e2e7ba260699e23 /Wordart.gd
parentb40da120e30d4521736c99392c08e97de2da34ae (diff)
parent553e6d8a818a33195dbf1d01cb517e46fac7996e (diff)
Merge branch 'master' of https://github.com/LMBishop/bazzagazza
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