You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
2.2 KiB
75 lines
2.2 KiB
3 years ago
|
[gd_scene load_steps=6 format=2]
|
||
|
|
||
|
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/ResourcePickers/Definitions/DefinitionPicker.tscn" type="PackedScene" id=1]
|
||
|
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/Logic/ConditionTypePicker.tscn" type="PackedScene" id=2]
|
||
|
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/Text/CustomLineEdit.tscn" type="PackedScene" id=3]
|
||
|
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/Logic/EventPart_ConditionPicker.gd" type="Script" id=4]
|
||
|
|
||
|
[sub_resource type="StyleBoxFlat" id=1]
|
||
|
bg_color = Color( 0.745098, 0.745098, 0.745098, 1 )
|
||
|
corner_radius_top_left = 4
|
||
|
corner_radius_top_right = 4
|
||
|
corner_radius_bottom_right = 4
|
||
|
corner_radius_bottom_left = 4
|
||
|
expand_margin_left = 5.0
|
||
|
expand_margin_right = 5.0
|
||
|
|
||
|
[node name="ConditionPicker" type="VBoxContainer"]
|
||
|
margin_left = -1.0
|
||
|
margin_right = 430.0
|
||
|
margin_bottom = 24.0
|
||
|
script = ExtResource( 4 )
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="HBox" type="HBoxContainer" parent="."]
|
||
|
margin_right = 431.0
|
||
|
margin_bottom = 30.0
|
||
|
size_flags_vertical = 3
|
||
|
|
||
|
[node name="HasCondition" type="HBoxContainer" parent="HBox"]
|
||
|
margin_right = 122.0
|
||
|
margin_bottom = 30.0
|
||
|
size_flags_vertical = 3
|
||
|
|
||
|
[node name="UseCondition" type="CheckBox" parent="HBox/HasCondition"]
|
||
|
margin_right = 122.0
|
||
|
margin_bottom = 30.0
|
||
|
size_flags_vertical = 7
|
||
|
text = "Has condition?"
|
||
|
|
||
|
[node name="Values" type="HBoxContainer" parent="HBox"]
|
||
|
margin_left = 126.0
|
||
|
margin_right = 422.0
|
||
|
margin_bottom = 30.0
|
||
|
|
||
|
[node name="DefinitionPicker" parent="HBox/Values" instance=ExtResource( 1 )]
|
||
|
|
||
|
[node name="Label" type="Label" parent="HBox/Values"]
|
||
|
margin_left = 136.0
|
||
|
margin_top = 8.0
|
||
|
margin_right = 147.0
|
||
|
margin_bottom = 22.0
|
||
|
text = "is"
|
||
|
|
||
|
[node name="ConditionTypePicker" parent="HBox/Values" instance=ExtResource( 2 )]
|
||
|
margin_left = 151.0
|
||
|
margin_right = 230.0
|
||
|
margin_bottom = 30.0
|
||
|
|
||
|
[node name="Control" type="Control" parent="HBox/Values"]
|
||
|
margin_left = 234.0
|
||
|
margin_right = 244.0
|
||
|
margin_bottom = 30.0
|
||
|
rect_min_size = Vector2( 10, 0 )
|
||
|
|
||
|
[node name="Value" parent="HBox/Values" instance=ExtResource( 3 )]
|
||
|
margin_left = 248.0
|
||
|
margin_top = 1.0
|
||
|
margin_right = 296.0
|
||
|
margin_bottom = 28.0
|
||
|
custom_styles/read_only = SubResource( 1 )
|
||
|
custom_styles/focus = SubResource( 1 )
|
||
|
custom_styles/normal = SubResource( 1 )
|