2018-09-21 02:48:13 +01:00
|
|
|
[gd_scene load_steps=4 format=2]
|
2018-09-21 02:43:57 +01:00
|
|
|
|
2018-09-21 03:11:14 +01:00
|
|
|
[ext_resource path="res://common/scene.gd" type="Script" id=1]
|
2018-09-21 02:43:57 +01:00
|
|
|
[ext_resource path="res://dialog_layer.gd" type="Script" id=2]
|
2018-09-21 02:48:13 +01:00
|
|
|
[ext_resource path="res://ui/dialog_box.tscn" type="PackedScene" id=3]
|
2018-09-21 02:43:57 +01:00
|
|
|
|
2018-09-21 03:37:07 +01:00
|
|
|
[node name="first_scene" type="Node2D"]
|
2018-09-21 02:43:57 +01:00
|
|
|
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
|
|
|
[node name="background" type="Sprite" parent="." index="0"]
|
|
|
|
|
|
|
|
[node name="dialog_layer" type="CanvasLayer" parent="." index="1"]
|
|
|
|
|
2018-09-21 03:37:07 +01:00
|
|
|
layer = 0
|
2018-09-21 02:43:57 +01:00
|
|
|
offset = Vector2( 0, 0 )
|
|
|
|
rotation = 0.0
|
|
|
|
scale = Vector2( 1, 1 )
|
|
|
|
transform = Transform2D( 1, 0, 0, 1, 0, 0 )
|
|
|
|
script = ExtResource( 2 )
|
2018-09-21 03:11:14 +01:00
|
|
|
dialog_path = "res://dialog/first_scene.txt"
|
2018-09-21 02:43:57 +01:00
|
|
|
|
2018-09-21 02:48:13 +01:00
|
|
|
[node name="dialog_box" parent="dialog_layer" index="0" instance=ExtResource( 3 )]
|
2018-09-21 02:43:57 +01:00
|
|
|
|
|
|
|
|