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.
33 lines
938 B
33 lines
938 B
[gd_scene load_steps=3 format=2] |
|
|
|
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/Text/CustomLineEdit.tscn" type="PackedScene" id=1] |
|
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/Text/EventPart_SignalArgumentPicker.gd" type="Script" id=2] |
|
|
|
[node name="SignalArgumentPicker" type="VBoxContainer"] |
|
margin_right = 40.0 |
|
margin_bottom = 40.0 |
|
size_flags_vertical = 6 |
|
script = ExtResource( 2 ) |
|
__meta__ = { |
|
"_edit_use_anchors_": false |
|
} |
|
|
|
[node name="HBox" type="HBoxContainer" parent="."] |
|
margin_top = 6.0 |
|
margin_right = 396.0 |
|
margin_bottom = 33.0 |
|
size_flags_vertical = 6 |
|
|
|
[node name="Label" type="Label" parent="HBox"] |
|
margin_top = 6.0 |
|
margin_right = 344.0 |
|
margin_bottom = 20.0 |
|
text = "Emit the dialogic_signal with the following argument: " |
|
__meta__ = { |
|
"_edit_use_anchors_": false |
|
} |
|
|
|
[node name="InputField" parent="HBox" instance=ExtResource( 1 )] |
|
margin_left = 348.0 |
|
margin_right = 396.0 |
|
margin_bottom = 27.0
|
|
|