23 lines
843 B
Text
23 lines
843 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://addons/dialogic/Editor/Events/Common/Characters/PortraitPicker.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://addons/dialogic/Editor/Events/Common/Characters/CharacterPicker.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://addons/dialogic/Editor/Events/Common/Characters/CharacterAndPortraitPicker.gd" type="Script" id=3]
|
|
|
|
[node name="CharacterAndPortraitPicker" type="HBoxContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_right = -880.0
|
|
margin_bottom = -570.0
|
|
rect_min_size = Vector2( 144, 30 )
|
|
script = ExtResource( 3 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="CharacterPicker" parent="." instance=ExtResource( 2 )]
|
|
|
|
[node name="PortraitPicker" parent="." instance=ExtResource( 1 )]
|
|
visible = false
|
|
margin_left = 110.0
|
|
margin_right = 144.0
|