[gd_scene load_steps=3 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/Common/CharacterPicker.gd" type="Script" id=2] [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"]