2021-03-15 16:22:11 +01:00
|
|
|
[gd_scene load_steps=3 format=2]
|
|
|
|
|
2021-04-10 18:29:03 +02:00
|
|
|
[ext_resource path="res://addons/dialogic/Images/Event Icons/character.svg" type="Texture" id=1]
|
2021-04-12 10:26:50 +02:00
|
|
|
[ext_resource path="res://addons/dialogic/Editor/Events/Common/CharacterPicker.gd" type="Script" id=2]
|
|
|
|
|
2021-03-15 16:22:11 +01:00
|
|
|
|
2021-04-10 18:29:03 +02:00
|
|
|
|
|
|
|
|
2021-03-15 16:22:11 +01:00
|
|
|
[node name="CharacterPicker" type="HBoxContainer"]
|
|
|
|
margin_right = 106.0
|
|
|
|
margin_bottom = 30.0
|
|
|
|
script = ExtResource( 2 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Icon" type="TextureRect" parent="."]
|
|
|
|
margin_right = 22.0
|
|
|
|
margin_bottom = 30.0
|
|
|
|
texture = ExtResource( 1 )
|
|
|
|
stretch_mode = 6
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Dropdown" type="MenuButton" parent="."]
|
|
|
|
margin_left = 26.0
|
|
|
|
margin_right = 106.0
|
|
|
|
margin_bottom = 30.0
|
|
|
|
focus_mode = 2
|
|
|
|
text = "[Character]"
|
|
|
|
flat = false
|
|
|
|
|
|
|
|
[connection signal="about_to_show" from="Dropdown" to="." method="_on_Dropdown_about_to_show"]
|