summaryrefslogtreecommitdiff
path: root/scenes/story/3_go_deeper.tscn
blob: 6ca070f12f442b226d0aa43930a111785dd29b73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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 = "There simply are too many enemies to fight and I don't even
know who they are. I think my best plan is to give in and
let myself get captured. I have to go deeper. Maybe i can
gather more intel while on the inside."
autostart = false