summaryrefslogtreecommitdiff
path: root/scenes/introduction.tscn
diff options
context:
space:
mode:
authorrom <romangraef@gmail.com>2021-04-25 15:38:57 +0200
committerrom <romangraef@gmail.com>2021-04-25 15:41:42 +0200
commita8d0cd8b68131251cf07fff6fd01817012f23d8a (patch)
treed7830ee11ca91c13308c5b6fb5e8c38b9c09c727 /scenes/introduction.tscn
parent65da988ee9536858ef9975becb739ba24c695aea (diff)
downloadldjam48-a8d0cd8b68131251cf07fff6fd01817012f23d8a.tar.gz
ldjam48-a8d0cd8b68131251cf07fff6fd01817012f23d8a.tar.bz2
ldjam48-a8d0cd8b68131251cf07fff6fd01817012f23d8a.zip
base level loading
Diffstat (limited to 'scenes/introduction.tscn')
-rw-r--r--scenes/introduction.tscn1
1 files changed, 1 insertions, 0 deletions
diff --git a/scenes/introduction.tscn b/scenes/introduction.tscn
index 2e39729..66fc128 100644
--- a/scenes/introduction.tscn
+++ b/scenes/introduction.tscn
@@ -34,6 +34,7 @@ text = "Continue"
[node name="Skip" parent="." instance=ExtResource( 3 )]
position = Vector2( 557.234, 339.165 )
text = "Skip"
+
[connection signal="finished_reveal" from="TextReveal" to="." method="_on_TextReveal_finished_reveal"]
[connection signal="on_click" from="Continue" to="." method="_on_Button_on_click"]
[connection signal="on_click" from="Skip" to="." method="_on_Skip_on_click"]