28 lines
1.0 KiB
Plaintext
Executable File
28 lines
1.0 KiB
Plaintext
Executable File
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/ResourcePickers/Definitions/EventPart_GlossaryPicker.gd" type="Script" id=1]
|
|
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/ResourcePickers/ResourcePickerMenu.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/Text/GreyLabel.tscn" type="PackedScene" id=3]
|
|
|
|
[node name="GlossaryPicker" type="HBoxContainer"]
|
|
margin_right = 40.0
|
|
margin_bottom = 40.0
|
|
size_flags_vertical = 4
|
|
script = ExtResource( 1 )
|
|
default_text = "Glossary item"
|
|
|
|
[node name="Label" parent="." instance=ExtResource( 3 )]
|
|
margin_top = 13.0
|
|
margin_right = 93.0
|
|
margin_bottom = 27.0
|
|
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
|
text = "Set content of "
|
|
|
|
[node name="MenuButton" parent="." instance=ExtResource( 2 )]
|
|
margin_left = 97.0
|
|
margin_top = 8.0
|
|
margin_right = 285.0
|
|
margin_bottom = 32.0
|
|
custom_colors/font_color = Color( 0.8, 0.807843, 0.827451, 1 )
|
|
text = "Select Glossary Item"
|