54 lines
1.6 KiB
Plaintext
54 lines
1.6 KiB
Plaintext
![]() |
[gd_scene load_steps=4 format=2]
|
||
|
|
||
|
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/ResourcePickers/Characters/EventPart_CharacterPicker.gd" type="Script" id=2]
|
||
|
[ext_resource path="res://addons/dialogic/Editor/Theme/PickerTheme.tres" type="Theme" id=3]
|
||
|
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/ResourcePickers/ResourcePickerMenu.tscn" type="PackedScene" id=4]
|
||
|
|
||
|
[node name="CharacterPicker" type="VBoxContainer"]
|
||
|
margin_right = 161.0
|
||
|
margin_bottom = 30.0
|
||
|
rect_min_size = Vector2( 0, 30 )
|
||
|
size_flags_vertical = 4
|
||
|
theme = ExtResource( 3 )
|
||
|
script = ExtResource( 2 )
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="HBox" type="HBoxContainer" parent="."]
|
||
|
margin_right = 161.0
|
||
|
margin_bottom = 30.0
|
||
|
size_flags_vertical = 3
|
||
|
custom_constants/separation = 5
|
||
|
|
||
|
[node name="MenuButton" parent="HBox" instance=ExtResource( 4 )]
|
||
|
margin_top = 4.0
|
||
|
margin_right = 95.0
|
||
|
margin_bottom = 26.0
|
||
|
text = "Character"
|
||
|
|
||
|
[node name="NoCharacterContainer" type="HBoxContainer" parent="."]
|
||
|
visible = false
|
||
|
margin_top = 26.0
|
||
|
margin_right = 399.0
|
||
|
margin_bottom = 46.0
|
||
|
|
||
|
[node name="NoCharacterLabel1" type="Label" parent="NoCharacterContainer"]
|
||
|
margin_top = 3.0
|
||
|
margin_right = 261.0
|
||
|
margin_bottom = 17.0
|
||
|
text = "You haven't created a character yet. Click"
|
||
|
|
||
|
[node name="NoCharacterButton" type="Button" parent="NoCharacterContainer"]
|
||
|
margin_left = 265.0
|
||
|
margin_right = 306.0
|
||
|
margin_bottom = 20.0
|
||
|
text = "here"
|
||
|
|
||
|
[node name="NoCharacterLabel2" type="Label" parent="NoCharacterContainer"]
|
||
|
margin_left = 310.0
|
||
|
margin_top = 3.0
|
||
|
margin_right = 399.0
|
||
|
margin_bottom = 17.0
|
||
|
text = "to create one."
|