summaryrefslogtreecommitdiff
path: root/scenes/introduction/mail.tscn
blob: 087791c58f1288ed6069dc9e5393a93ff94634f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[gd_scene load_steps=3 format=2]

[ext_resource path="res://scenes/introduction/introduction.tscn" type="PackedScene" id=1]
[ext_resource path="res://scenes/introduction/mail.gd" type="Script" id=2]

[node name="Node2D" type="Node2D"]
script = ExtResource( 2 )

[node name="CanvasLayer" parent="." instance=ExtResource( 1 )]
position = Vector2( 640, 360 )
text = "Hey Tom,

how are you going?
Did you read that article in the newspaper this
morning? Barak Obama himself stated to have
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.
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"]