diff options
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"] |