diff options
author | Jonas Bernard <public.jbernard@web.de> | 2021-04-27 02:07:21 +0200 |
---|---|---|
committer | Jonas Bernard <public.jbernard@web.de> | 2021-04-27 02:07:21 +0200 |
commit | 8755544fd0dbb801f8d593f5891eaee00dd4ecd5 (patch) | |
tree | dc428c56d6eeea74efd5e71a53e7908c36fbb64d /scenes/story/6_end.tscn | |
parent | 993cf633979d8e96ad5eb051e44ab3a4a2ceccfa (diff) | |
download | ldjam48-8755544fd0dbb801f8d593f5891eaee00dd4ecd5.tar.gz ldjam48-8755544fd0dbb801f8d593f5891eaee00dd4ecd5.tar.bz2 ldjam48-8755544fd0dbb801f8d593f5891eaee00dd4ecd5.zip |
Level
Diffstat (limited to 'scenes/story/6_end.tscn')
-rw-r--r-- | scenes/story/6_end.tscn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/scenes/story/6_end.tscn b/scenes/story/6_end.tscn new file mode 100644 index 0000000..791cb72 --- /dev/null +++ b/scenes/story/6_end.tscn @@ -0,0 +1,15 @@ +[gd_scene load_steps=3 format=2] + +[ext_resource path="res://scenes/story/story.gd" type="Script" id=1] +[ext_resource path="res://components/textrevealbox.tscn" type="PackedScene" id=2] + +[node name="Node2D" type="Node2D"] +script = ExtResource( 1 ) + +[node name="Sprite" type="Sprite" parent="."] + +[node name="TextrevealBox" parent="." instance=ExtResource( 2 )] +text = "Phew, close fight. This Illuminati must've been a bit on the tougher +side. I knew they would bring out the big guns to keep me in. Now, +off to inform the press of my discoveries!" +autostart = false |