43 lines
1.0 KiB
Plaintext
43 lines
1.0 KiB
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://src/ui/Dialogue.gd" type="Script" id=1]
|
|
[ext_resource path="res://src/ui/FlashText.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="RichTextEffect" id=1]
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Control" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
margin_left = 825.0
|
|
margin_right = 1025.0
|
|
margin_bottom = 600.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Speaker" type="TextureRect" parent="VBoxContainer"]
|
|
margin_right = 200.0
|
|
margin_bottom = 200.0
|
|
rect_min_size = Vector2( 0, 200 )
|
|
|
|
[node name="Text" type="RichTextLabel" parent="VBoxContainer"]
|
|
margin_top = 204.0
|
|
margin_right = 200.0
|
|
margin_bottom = 564.0
|
|
rect_min_size = Vector2( 0, 360 )
|
|
bbcode_enabled = true
|
|
scroll_following = true
|
|
custom_effects = [ SubResource( 1 ) ]
|
|
|
|
[node name="ChoiceContainer" type="HBoxContainer" parent="VBoxContainer"]
|
|
margin_top = 568.0
|
|
margin_right = 200.0
|
|
margin_bottom = 568.0
|