diff options
Diffstat (limited to 'scenes')
-rw-r--r-- | scenes/introduction/check_mail.tscn | 1 | ||||
-rw-r--r-- | scenes/introduction/introduction.tscn | 4 | ||||
-rw-r--r-- | scenes/introduction/mail.tscn | 8 | ||||
-rw-r--r-- | scenes/levels/reactiontest.gd (renamed from scenes/levels/level1.gd) | 0 | ||||
-rw-r--r-- | scenes/levels/reactiontest.tscn (renamed from scenes/levels/level1.tscn) | 2 |
5 files changed, 10 insertions, 5 deletions
diff --git a/scenes/introduction/check_mail.tscn b/scenes/introduction/check_mail.tscn index b1b9fbb..eccdf90 100644 --- a/scenes/introduction/check_mail.tscn +++ b/scenes/introduction/check_mail.tscn @@ -96,7 +96,6 @@ align = 1 __meta__ = { "_edit_use_anchors_": false } - [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_Log_in_on_click"] diff --git a/scenes/introduction/introduction.tscn b/scenes/introduction/introduction.tscn index 9bed978..dcd40bf 100644 --- a/scenes/introduction/introduction.tscn +++ b/scenes/introduction/introduction.tscn @@ -13,9 +13,9 @@ texture = ExtResource( 4 ) [node name="TextReveal" type="Label" parent="."] margin_left = -500.0 -margin_top = -200.0 +margin_top = -293.0 margin_right = 500.0 -margin_bottom = 200.0 +margin_bottom = 293.0 script = ExtResource( 1 ) __meta__ = { "_edit_use_anchors_": false diff --git a/scenes/introduction/mail.tscn b/scenes/introduction/mail.tscn index 34b7f6d..087791c 100644 --- a/scenes/introduction/mail.tscn +++ b/scenes/introduction/mail.tscn @@ -17,5 +17,11 @@ seen some \"mysterious actions\" around the streets in Washington. They have to do with some data leaks in a datacenter nearby. But they could not give any more information, they wrote. -Isn't that strange? I mean those times. Chaotic. Just chaotic." +Isn't that strange? I mean those times. Chaotic. Just chaotic. +Lets meet at George Washington Bridge at 7PM and talk +about what happend. Will you be there? + +See you + +Matt" [connection signal="next" from="CanvasLayer" to="." method="_on_CanvasLayer_next"] diff --git a/scenes/levels/level1.gd b/scenes/levels/reactiontest.gd index 707b97a..707b97a 100644 --- a/scenes/levels/level1.gd +++ b/scenes/levels/reactiontest.gd diff --git a/scenes/levels/level1.tscn b/scenes/levels/reactiontest.tscn index 7c52e6a..8c98f6c 100644 --- a/scenes/levels/level1.tscn +++ b/scenes/levels/reactiontest.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=3 format=2] -[ext_resource path="res://scenes/levels/level1.gd" type="Script" id=1] +[ext_resource path="res://scenes/levels/reactiontest.gd" type="Script" id=1] [ext_resource path="res://components/button.tscn" type="PackedScene" id=2] [node name="Level2" type="Node2D"] |