18 lines
445 B
Text
18 lines
445 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://addons/dialogic/Images/Event Icons/Portrait.svg" type="Texture" id=1]
|
|
[ext_resource path="res://addons/dialogic/Editor/Events/Common/PortraitPicker.gd" type="Script" id=2]
|
|
|
|
|
|
|
|
|
|
[node name="PortraitPicker" type="MenuButton"]
|
|
margin_right = 34.0
|
|
margin_bottom = 30.0
|
|
focus_mode = 2
|
|
icon = ExtResource( 1 )
|
|
flat = false
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|