You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
893 B
26 lines
893 B
[gd_scene load_steps=4 format=2] |
|
|
|
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/Text/EventPart_TextAndVoicePicker.gd" type="Script" id=1] |
|
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/Audio/VoiceEditor.tscn" type="PackedScene" id=2] |
|
[ext_resource path="res://addons/dialogic/Editor/Events/Parts/Text/TextEditor.tscn" type="PackedScene" id=3] |
|
|
|
[node name="TextAndVoiceEditor" type="VBoxContainer"] |
|
margin_right = 40.0 |
|
margin_bottom = 40.0 |
|
script = ExtResource( 1 ) |
|
__meta__ = { |
|
"_edit_use_anchors_": false |
|
} |
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."] |
|
margin_right = 358.0 |
|
margin_bottom = 44.0 |
|
|
|
[node name="TextEditor" parent="VBoxContainer" instance=ExtResource( 3 )] |
|
margin_right = 358.0 |
|
margin_bottom = 0.0 |
|
|
|
[node name="VoiceEditor" parent="VBoxContainer" instance=ExtResource( 2 )] |
|
margin_top = 4.0 |
|
margin_right = 358.0 |
|
margin_bottom = 44.0
|
|
|