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.
70 lines
2.0 KiB
70 lines
2.0 KiB
3 years ago
|
[gd_scene load_steps=5 format=2]
|
||
|
|
||
|
[ext_resource path="res://addons/dialogic/Images/Event Icons/character.svg" type="Texture" id=1]
|
||
|
[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/Events/styles/MenuButtonNormal.tres" type="StyleBox" id=3]
|
||
|
[ext_resource path="res://addons/dialogic/Editor/Events/styles/MenuButtonHover.tres" type="StyleBox" id=4]
|
||
|
|
||
|
[node name="CharacterPicker" type="VBoxContainer"]
|
||
|
margin_right = 114.0
|
||
|
margin_bottom = 22.0
|
||
|
rect_min_size = Vector2( 0, 30 )
|
||
|
size_flags_vertical = 3
|
||
|
script = ExtResource( 2 )
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="HBox" type="HBoxContainer" parent="."]
|
||
|
margin_right = 399.0
|
||
|
margin_bottom = 6.0
|
||
|
size_flags_vertical = 3
|
||
|
|
||
|
[node name="Icon" type="TextureRect" parent="HBox"]
|
||
|
visible = false
|
||
|
margin_top = 4.0
|
||
|
margin_right = 22.0
|
||
|
margin_bottom = 26.0
|
||
|
size_flags_vertical = 4
|
||
|
texture = ExtResource( 1 )
|
||
|
stretch_mode = 6
|
||
|
__meta__ = {
|
||
|
"_edit_use_anchors_": false
|
||
|
}
|
||
|
|
||
|
[node name="MenuButton" type="MenuButton" parent="HBox"]
|
||
|
visible = false
|
||
|
margin_left = 26.0
|
||
|
margin_right = 106.0
|
||
|
margin_bottom = 30.0
|
||
|
size_flags_vertical = 3
|
||
|
custom_styles/hover = ExtResource( 4 )
|
||
|
custom_styles/pressed = ExtResource( 3 )
|
||
|
custom_styles/normal = ExtResource( 3 )
|
||
|
text = "Character"
|
||
|
flat = false
|
||
|
|
||
|
[node name="NoCharacterContainer" type="HBoxContainer" parent="."]
|
||
|
margin_top = 10.0
|
||
|
margin_right = 399.0
|
||
|
margin_bottom = 30.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."
|