32 lines
848 B
Plaintext
32 lines
848 B
Plaintext
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://common/scene.gd" type="Script" id=1]
|
|
[ext_resource path="res://img/intro_bg.png" type="Texture" id=2]
|
|
[ext_resource path="res://dialog_layer.gd" type="Script" id=3]
|
|
[ext_resource path="res://ui/dialog_box.tscn" type="PackedScene" id=4]
|
|
|
|
[node name="intro" type="Node2D"]
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="background" type="Sprite" parent="." index="0"]
|
|
|
|
texture = ExtResource( 2 )
|
|
centered = false
|
|
|
|
[node name="dialog_layer" type="CanvasLayer" parent="." index="1"]
|
|
|
|
layer = 0
|
|
offset = Vector2( 0, 0 )
|
|
rotation = 0.0
|
|
scale = Vector2( 1, 1 )
|
|
transform = Transform2D( 1, 0, 0, 1, 0, 0 )
|
|
script = ExtResource( 3 )
|
|
dialog_path = "res://dialog/introduction.txt"
|
|
|
|
[node name="dialog_box" parent="dialog_layer" index="0" instance=ExtResource( 4 )]
|
|
|
|
_sections_unfolded = [ "Visibility" ]
|
|
|
|
|