30 lines
1015 B
Plaintext
30 lines
1015 B
Plaintext
![]() |
[gd_scene load_steps=4 format=2]
|
||
|
|
||
|
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/ResourcePickers/Themes/EventPart_ThemePicker.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="ThemePicker" type="HBoxContainer"]
|
||
|
margin_right = 157.0
|
||
|
margin_bottom = 27.0
|
||
|
size_flags_vertical = 4
|
||
|
script = ExtResource( 1 )
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
show_text = true
|
||
|
|
||
|
[node name="Label" parent="." instance=ExtResource( 3 )]
|
||
|
margin_top = 6.0
|
||
|
margin_right = 59.0
|
||
|
margin_bottom = 20.0
|
||
|
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
||
|
text = "to theme"
|
||
|
|
||
|
[node name="MenuButton" parent="." instance=ExtResource( 2 )]
|
||
|
margin_left = 63.0
|
||
|
margin_top = 1.0
|
||
|
margin_right = 177.0
|
||
|
margin_bottom = 25.0
|
||
|
custom_colors/font_color = Color( 0.8, 0.807843, 0.827451, 1 )
|