diff options
author | rom <romangraef@gmail.com> | 2021-04-25 15:38:57 +0200 |
---|---|---|
committer | rom <romangraef@gmail.com> | 2021-04-25 15:41:42 +0200 |
commit | a8d0cd8b68131251cf07fff6fd01817012f23d8a (patch) | |
tree | d7830ee11ca91c13308c5b6fb5e8c38b9c09c727 /scenes/introduction.tscn | |
parent | 65da988ee9536858ef9975becb739ba24c695aea (diff) | |
download | ldjam48-a8d0cd8b68131251cf07fff6fd01817012f23d8a.tar.gz ldjam48-a8d0cd8b68131251cf07fff6fd01817012f23d8a.tar.bz2 ldjam48-a8d0cd8b68131251cf07fff6fd01817012f23d8a.zip |
base level loading
Diffstat (limited to 'scenes/introduction.tscn')
-rw-r--r-- | scenes/introduction.tscn | 1 |
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"] |