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.
42 lines
1.2 KiB
42 lines
1.2 KiB
[gd_scene load_steps=4 format=2] |
|
|
|
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/Logic/ConditionPicker.tscn" type="PackedScene" id=1] |
|
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/Text/CustomLineEdit.tscn" type="PackedScene" id=2] |
|
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/Logic/EventPart_ChoicePicker.gd" type="Script" id=3] |
|
|
|
[node name="ChoicePicker" type="HBoxContainer"] |
|
margin_right = 437.0 |
|
margin_bottom = 24.0 |
|
script = ExtResource( 3 ) |
|
__meta__ = { |
|
"_edit_use_anchors_": false |
|
} |
|
|
|
[node name="HBox" type="HBoxContainer" parent="."] |
|
margin_right = 76.0 |
|
margin_bottom = 27.0 |
|
size_flags_vertical = 3 |
|
|
|
[node name="Spacer2" type="Control" parent="HBox"] |
|
margin_right = 10.0 |
|
margin_bottom = 27.0 |
|
rect_min_size = Vector2( 10, 0 ) |
|
__meta__ = { |
|
"_edit_use_anchors_": false |
|
} |
|
|
|
[node name="ChoiceText" parent="HBox" instance=ExtResource( 2 )] |
|
margin_left = 14.0 |
|
margin_right = 62.0 |
|
margin_bottom = 27.0 |
|
|
|
[node name="Spacer" type="Control" parent="HBox"] |
|
margin_left = 66.0 |
|
margin_right = 76.0 |
|
margin_bottom = 27.0 |
|
rect_min_size = Vector2( 10, 0 ) |
|
|
|
[node name="ConditionPicker" parent="." instance=ExtResource( 1 )] |
|
margin_left = 80.0 |
|
margin_right = 202.0 |
|
margin_bottom = 27.0
|
|
|