summaryrefslogtreecommitdiff
path: root/scenes/story/2_pizza.tscn
diff options
context:
space:
mode:
authorJonas Bernard <public.jbernard@web.de>2021-04-27 02:07:21 +0200
committerJonas Bernard <public.jbernard@web.de>2021-04-27 02:07:21 +0200
commit8755544fd0dbb801f8d593f5891eaee00dd4ecd5 (patch)
treedc428c56d6eeea74efd5e71a53e7908c36fbb64d /scenes/story/2_pizza.tscn
parent993cf633979d8e96ad5eb051e44ab3a4a2ceccfa (diff)
downloadldjam48-8755544fd0dbb801f8d593f5891eaee00dd4ecd5.tar.gz
ldjam48-8755544fd0dbb801f8d593f5891eaee00dd4ecd5.tar.bz2
ldjam48-8755544fd0dbb801f8d593f5891eaee00dd4ecd5.zip
Level
Diffstat (limited to 'scenes/story/2_pizza.tscn')
-rw-r--r--scenes/story/2_pizza.tscn19
1 files changed, 19 insertions, 0 deletions
diff --git a/scenes/story/2_pizza.tscn b/scenes/story/2_pizza.tscn
new file mode 100644
index 0000000..cd1e3d3
--- /dev/null
+++ b/scenes/story/2_pizza.tscn
@@ -0,0 +1,19 @@
+[gd_scene load_steps=4 format=2]
+
+[ext_resource path="res://textures/backgrounds/background_blue.png" type="Texture" id=1]
+[ext_resource path="res://components/textrevealbox.tscn" type="PackedScene" id=2]
+[ext_resource path="res://scenes/story/story.gd" type="Script" id=3]
+
+[node name="Node2D" type="Node2D"]
+script = ExtResource( 3 )
+
+[node name="Sprite" type="Sprite" parent="."]
+texture = ExtResource( 1 )
+
+[node name="TextrevealBox" parent="." instance=ExtResource( 2 )]
+text = "The pizza was delicious, as was to be expected, and talking
+to the server yielded quite a lot of interesting information:
+Marcus WAS in fact being pressured into selling off his place.
+At least for once my inhuman intuition was right! I sure hope
+I don't get ambushed on my way home."
+autostart = false