2022-08-13 19:33:12 -07:00

57 lines
1.7 KiB
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/NoSkip/EventPart_NoSkip.gd" type="Script" id=1]
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/Text/GreyLabel.tscn" type="PackedScene" id=2]
[ext_resource path="res://addons/dialogic/Editor/Events/styles/InputFieldsStyle.tres" type="Theme" id=3]
[node name="VBoxContainer" type="VBoxContainer"]
size_flags_vertical = 4
theme = ExtResource( 3 )
script = ExtResource( 1 )
[node name="HBoxContainer" type="HBoxContainer" parent="."]
margin_right = 392.0
margin_bottom = 31.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" parent="HBoxContainer" instance=ExtResource( 2 )]
margin_top = 0.0
margin_right = 243.0
margin_bottom = 31.0
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "Ignore input and auto advance dialog?
until an unchecked No Skip is reached"
[node name="NoSkipCheckbox" type="CheckBox" parent="HBoxContainer"]
margin_left = 368.0
margin_right = 392.0
margin_bottom = 31.0
size_flags_horizontal = 10
[node name="HSeparator" type="HSeparator" parent="."]
margin_top = 35.0
margin_right = 392.0
margin_bottom = 39.0
[node name="HBoxContainer2" type="HBoxContainer" parent="."]
margin_top = 43.0
margin_right = 392.0
margin_bottom = 67.0
[node name="Label2" parent="HBoxContainer2" instance=ExtResource( 2 )]
margin_top = 5.0
margin_right = 312.0
margin_bottom = 19.0
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "Default wait time after dialog finishes in seconds"
[node name="AutoAdvanceTime" type="SpinBox" parent="HBoxContainer2"]
margin_left = 316.0
margin_right = 392.0
margin_bottom = 24.0
min_value = 2.0
max_value = 50.0
value = 2.0