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/Portrait.svg" type="Texture" id=1]
|
2021-04-12 10:26:50 +02:00
|
|
|
[ext_resource path="res://addons/dialogic/Editor/Events/Common/PortraitPicker.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="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
|
|
|
|
}
|