1- [gd_scene load_steps =14 format =2 ]
1+ [gd_scene load_steps =15 format =2 ]
22
33[ext_resource path ="res://addons/dialogic/Editor/CharacterEditor/PortraitEntry.tscn" type ="PackedScene" id =1 ]
44[ext_resource path ="res://addons/dialogic/Editor/CharacterEditor/CharacterEditor.gd" type ="Script" id =2 ]
55[ext_resource path ="res://addons/dialogic/Editor/Common/TLabel.tscn" type ="PackedScene" id =3 ]
66[ext_resource path ="res://addons/dialogic/Example Assets/portraits/df-3.png" type ="Texture" id =4 ]
7+ [ext_resource path ="res://addons/dialogic/Editor/Events/styles/InputFieldsStyle.tres" type ="Theme" id =5 ]
78
89[sub_resource type ="StyleBoxFlat" id =1 ]
910bg_color = Color ( 0.2 , 0.23 , 0.31 , 1 )
@@ -69,6 +70,7 @@ size = Vector2( 16, 16 )
6970anchor_right = 1.0
7071anchor_bottom = 1.0
7172margin_right = -25.0
73+ theme = ExtResource ( 5 )
7274script = ExtResource ( 2 )
7375__meta__ = {
7476"_edit_use_anchors_" : false
@@ -110,7 +112,7 @@ margin_top = 5.0
110112margin_right = 130.0
111113margin_bottom = 19.0
112114rect_min_size = Vector2 ( 130 , 0 )
113- text = "Name:"
115+ text = "Name: "
114116text_key = "Name: "
115117
116118[node name ="ColorPickerButton" type ="ColorPickerButton" parent ="Split/EditorScroll/Editor/NameAndColor" ]
@@ -151,7 +153,7 @@ margin_top = 5.0
151153margin_right = 130.0
152154margin_bottom = 19.0
153155rect_min_size = Vector2 ( 130 , 0 )
154- text = "Anzeigename: "
156+ text = "Display Name: "
155157text_key = "Display Name: "
156158
157159[node name ="CheckBox" type ="CheckBox" parent ="Split/EditorScroll/Editor/DisplayName" ]
@@ -188,7 +190,7 @@ margin_top = 5.0
188190margin_right = 130.0
189191margin_bottom = 19.0
190192rect_min_size = Vector2 ( 130 , 0 )
191- text = "Spitznamen: "
193+ text = "Nicknames: "
192194text_key = "Nicknames: "
193195
194196[node name ="CheckBox" type ="CheckBox" parent ="Split/EditorScroll/Editor/DisplayNickname" ]
@@ -222,7 +224,7 @@ margin_right = 130.0
222224margin_bottom = 14.0
223225rect_min_size = Vector2 ( 130 , 0 )
224226size_flags_vertical = 0
225- text = "Beschreibung: "
227+ text = "Description: "
226228text_key = "Description: "
227229
228230[node name ="TextEdit" type ="TextEdit" parent ="Split/EditorScroll/Editor/Description" ]
@@ -266,36 +268,46 @@ custom_constants/separation = 18
266268[node name ="Portraits" type ="HBoxContainer" parent ="Split/EditorScroll/Editor" ]
267269margin_top = 184.0
268270margin_right = 581.0
269- margin_bottom = 198 .0
271+ margin_bottom = 208 .0
270272
271273[node name ="Title" parent ="Split/EditorScroll/Editor/Portraits" instance =ExtResource ( 3 )]
272274anchor_right = 0.0
273275anchor_bottom = 0.0
274- margin_right = 581.0
275- margin_bottom = 14.0
276+ margin_top = 5.0
277+ margin_right = 457.0
278+ margin_bottom = 19.0
276279size_flags_horizontal = 3
277280custom_fonts/font = SubResource ( 4 )
278281text = "Portraits"
279282valign = 1
280283text_key = "Portraits"
281284
285+ [node name ="Search" type ="LineEdit" parent ="Split/EditorScroll/Editor/Portraits" ]
286+ margin_left = 461.0
287+ margin_right = 581.0
288+ margin_bottom = 24.0
289+ rect_min_size = Vector2 ( 120 , 0 )
290+ size_flags_vertical = 4
291+ expand_to_text_length = true
292+ placeholder_text = "Search"
293+
282294[node name ="HBoxContainer" type ="HBoxContainer" parent ="Split/EditorScroll/Editor" ]
283- margin_top = 202 .0
295+ margin_top = 212 .0
284296margin_right = 581.0
285- margin_bottom = 226 .0
297+ margin_bottom = 236 .0
286298
287299[node name ="TLabel11" parent ="Split/EditorScroll/Editor/HBoxContainer" instance =ExtResource ( 3 )]
288300anchor_right = 0.0
289301anchor_bottom = 0.0
290302margin_top = 5.0
291- margin_right = 39 .0
303+ margin_right = 33 .0
292304margin_bottom = 19.0
293- text = "Größe "
305+ text = "Scale "
294306text_key = "Scale"
295307
296308[node name ="Scale" type ="SpinBox" parent ="Split/EditorScroll/Editor/HBoxContainer" ]
297- margin_left = 43 .0
298- margin_right = 117 .0
309+ margin_left = 37 .0
310+ margin_right = 113 .0
299311margin_bottom = 24.0
300312value = 100.0
301313allow_greater = true
@@ -305,50 +317,50 @@ suffix = "%"
305317[node name ="TLabel12" parent ="Split/EditorScroll/Editor/HBoxContainer" instance =ExtResource ( 3 )]
306318anchor_right = 0.0
307319anchor_bottom = 0.0
308- margin_left = 121 .0
320+ margin_left = 117 .0
309321margin_top = 5.0
310- margin_right = 207 .0
322+ margin_right = 156 .0
311323margin_bottom = 19.0
312- text = "Verschiebung "
324+ text = "Offset "
313325text_key = "Offset"
314326
315327[node name ="OffsetX" type ="SpinBox" parent ="Split/EditorScroll/Editor/HBoxContainer" ]
316- margin_left = 211 .0
317- margin_right = 285 .0
328+ margin_left = 160 .0
329+ margin_right = 236 .0
318330margin_bottom = 24.0
319331allow_greater = true
320332allow_lesser = true
321333suffix = "X"
322334
323335[node name ="OffsetY" type ="SpinBox" parent ="Split/EditorScroll/Editor/HBoxContainer" ]
324- margin_left = 289 .0
325- margin_right = 363 .0
336+ margin_left = 240 .0
337+ margin_right = 316 .0
326338margin_bottom = 24.0
327339allow_greater = true
328340allow_lesser = true
329341suffix = "Y"
330342
331343[node name ="MirrorOption" type ="HBoxContainer" parent ="Split/EditorScroll/Editor/HBoxContainer" ]
332- margin_left = 367 .0
333- margin_right = 507 .0
344+ margin_left = 320 .0
345+ margin_right = 445 .0
334346margin_bottom = 24.0
335347
336348[node name ="TLabel11" parent ="Split/EditorScroll/Editor/HBoxContainer/MirrorOption" instance =ExtResource ( 3 )]
337349anchor_right = 0.0
338350anchor_bottom = 0.0
339351margin_top = 5.0
340- margin_right = 112 .0
352+ margin_right = 97 .0
341353margin_bottom = 19.0
342- text = "Portraits spiegeln "
354+ text = "Mirror portraits "
343355text_key = "Mirror portraits"
344356
345357[node name ="MirrorPortraitsCheckBox" type ="CheckBox" parent ="Split/EditorScroll/Editor/HBoxContainer/MirrorOption" ]
346- margin_left = 116 .0
347- margin_right = 140 .0
358+ margin_left = 101 .0
359+ margin_right = 125 .0
348360margin_bottom = 24.0
349361
350362[node name ="PortraitPanel" type ="PanelContainer" parent ="Split/EditorScroll/Editor" ]
351- margin_top = 230 .0
363+ margin_top = 240 .0
352364margin_right = 581.0
353365margin_bottom = 600.0
354366size_flags_vertical = 3
@@ -358,7 +370,7 @@ custom_styles/panel = SubResource( 7 )
358370margin_left = 2.0
359371margin_top = 2.0
360372margin_right = 579.0
361- margin_bottom = 368 .0
373+ margin_bottom = 358 .0
362374
363375[node name ="Labels" type ="HBoxContainer" parent ="Split/EditorScroll/Editor/PortraitPanel/VBoxContainer" ]
364376margin_right = 577.0
@@ -379,40 +391,40 @@ anchor_right = 0.0
379391anchor_bottom = 0.0
380392margin_left = 164.0
381393margin_top = 4.0
382- margin_right = 276 .0
394+ margin_right = 329 .0
383395margin_bottom = 18.0
384396size_flags_horizontal = 3
385397text = "Path"
386398text_key = "Path"
387399
388400[node name ="HBoxContainer" type ="HBoxContainer" parent ="Split/EditorScroll/Editor/PortraitPanel/VBoxContainer/Labels" ]
389- margin_left = 280 .0
401+ margin_left = 333 .0
390402margin_right = 577.0
391403margin_bottom = 22.0
392404
393405[node name ="NewPortrait" type ="Button" parent ="Split/EditorScroll/Editor/PortraitPanel/VBoxContainer/Labels/HBoxContainer" ]
394- margin_right = 130 .0
406+ margin_right = 117 .0
395407margin_bottom = 22.0
396- text = " Neues Portrait "
408+ text = " New portrait "
397409icon = SubResource ( 9 )
398410
399411[node name ="ImportFromFolder" type ="Button" parent ="Split/EditorScroll/Editor/PortraitPanel/VBoxContainer/Labels/HBoxContainer" ]
400- margin_left = 134 .0
401- margin_right = 297 .0
412+ margin_left = 121 .0
413+ margin_right = 244 .0
402414margin_bottom = 22.0
403- text = " Ordner importieren "
415+ text = " Import folder "
404416icon = SubResource ( 9 )
405417
406418[node name ="ScrollContainer" type ="ScrollContainer" parent ="Split/EditorScroll/Editor/PortraitPanel/VBoxContainer" ]
407419margin_top = 26.0
408420margin_right = 577.0
409- margin_bottom = 366 .0
421+ margin_bottom = 356 .0
410422size_flags_horizontal = 3
411423size_flags_vertical = 3
412424
413425[node name ="VBoxContainer" type ="VBoxContainer" parent ="Split/EditorScroll/Editor/PortraitPanel/VBoxContainer/ScrollContainer" ]
414426margin_right = 577.0
415- margin_bottom = 340 .0
427+ margin_bottom = 330 .0
416428size_flags_horizontal = 3
417429size_flags_vertical = 3
418430
@@ -436,7 +448,7 @@ anchor_bottom = 0.0
436448margin_top = 5.0
437449margin_right = 27.0
438450margin_bottom = 19.0
439- text = "Datei "
451+ text = "File: "
440452text_key = "File:"
441453
442454[node name ="LineEdit" type ="LineEdit" parent ="Split/EditorScroll/Editor/FileName" ]
0 commit comments