67 lines
1.6 KiB
Plaintext
67 lines
1.6 KiB
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://addons/escoria-dialog-simple/chooser/simple.gd" type="Script" id=1]
|
|
|
|
[sub_resource type="Gradient" id=1]
|
|
colors = PoolColorArray( 1, 0, 0, 1, 1, 0, 0, 1 )
|
|
|
|
[sub_resource type="GradientTexture" id=2]
|
|
gradient = SubResource( 1 )
|
|
|
|
[node name="text_dialog_choice" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
margin_left = 20.0
|
|
margin_top = 20.0
|
|
margin_right = 1280.0
|
|
margin_bottom = 900.0
|
|
mouse_filter = 2
|
|
custom_constants/margin_top = 20
|
|
custom_constants/margin_left = 20
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="MarginContainer"]
|
|
margin_left = 20.0
|
|
margin_top = 20.0
|
|
margin_right = 1260.0
|
|
margin_bottom = 880.0
|
|
scroll_horizontal_enabled = false
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/ScrollContainer"]
|
|
margin_right = 1240.0
|
|
margin_bottom = 860.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
custom_constants/separation = 20
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Timer" type="Timer" parent="."]
|
|
one_shot = true
|
|
|
|
[node name="TimerProgress" type="TextureProgress" parent="."]
|
|
anchor_right = 1.0
|
|
rect_min_size = Vector2( 0, 20 )
|
|
texture_progress = SubResource( 2 )
|
|
nine_patch_stretch = true
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="AvatarContainer" type="Node2D" parent="."]
|
|
position = Vector2( 29.1458, 120.012 )
|
|
|
|
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]
|