blob: 791cb720068f797c361ab878994166e2e6104056 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|