summaryrefslogtreecommitdiff
path: root/scenes/introduction
diff options
context:
space:
mode:
authorJonas Bernard <public.jbernard@web.de>2021-04-26 00:29:57 +0200
committerJonas Bernard <public.jbernard@web.de>2021-04-26 00:29:57 +0200
commit965ef94ec0718dd5af9e7dbc29060c79f62d6b9b (patch)
treef85a93e25a774b75949b18796363ea0dc003f878 /scenes/introduction
parent926714b020a89f7a2b4db00a23156bce3e54ff9e (diff)
downloadldjam48-965ef94ec0718dd5af9e7dbc29060c79f62d6b9b.tar.gz
ldjam48-965ef94ec0718dd5af9e7dbc29060c79f62d6b9b.tar.bz2
ldjam48-965ef94ec0718dd5af9e7dbc29060c79f62d6b9b.zip
Next part in story
Diffstat (limited to 'scenes/introduction')
-rw-r--r--scenes/introduction/check_mail.tscn1
-rw-r--r--scenes/introduction/introduction.tscn4
-rw-r--r--scenes/introduction/mail.tscn8
3 files changed, 9 insertions, 4 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"]