diff options
author | Jonas Bernard <public.jbernard@web.de> | 2021-04-25 23:10:04 +0200 |
---|---|---|
committer | Jonas Bernard <public.jbernard@web.de> | 2021-04-25 23:10:04 +0200 |
commit | fafd4fc6a6bcd0ac8191f62c315db46dea26864f (patch) | |
tree | e11e368ba6157b247d32b59c15fcf43ab4ca0aa3 /scenes/introduction/check_mail.tscn | |
parent | aa3fc5b6f975e93ff0e2b71639be6451d5e06420 (diff) | |
download | ldjam48-fafd4fc6a6bcd0ac8191f62c315db46dea26864f.tar.gz ldjam48-fafd4fc6a6bcd0ac8191f62c315db46dea26864f.tar.bz2 ldjam48-fafd4fc6a6bcd0ac8191f62c315db46dea26864f.zip |
New checkmail
Diffstat (limited to 'scenes/introduction/check_mail.tscn')
-rw-r--r-- | scenes/introduction/check_mail.tscn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scenes/introduction/check_mail.tscn b/scenes/introduction/check_mail.tscn index 6983820..eccdf90 100644 --- a/scenes/introduction/check_mail.tscn +++ b/scenes/introduction/check_mail.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=6 format=2] -[ext_resource path="res://components/Level.gd" type="Script" id=1] +[ext_resource path="res://scenes/introduction/check_mail.gd" type="Script" id=1] [ext_resource path="res://components/card/card.gd" type="Script" id=2] [ext_resource path="res://fonts/Flipps_Theme.tres" type="Theme" id=3] [ext_resource path="res://components/textrevealbox.tscn" type="PackedScene" id=4] @@ -98,4 +98,4 @@ __meta__ = { } [connection signal="text_changed" from="password" to="." method="_on_password_text_changed"] [connection signal="text_entered" from="password" to="." method="_on_password_text_entered"] -[connection signal="on_click" from="Log in" to="." method="_on_Button_on_click"] +[connection signal="on_click" from="Log in" to="." method="_on_Log_in_on_click"] |