1- [gd_scene load_steps =13 format =2 ]
1+ [gd_scene load_steps =14 format =2 ]
22
33[ext_resource path ="res://addons/dialogic/Editor/editor_view.gd" type ="Script" id =1 ]
44[ext_resource path ="res://addons/dialogic/Images/dialog.svg" type ="Texture" id =2 ]
1010[ext_resource path ="res://addons/dialogic/Images/audio-event.svg" type ="Texture" id =8 ]
1111[ext_resource path ="res://addons/dialogic/Images/open-icon.svg" type ="Texture" id =9 ]
1212[ext_resource path ="res://addons/dialogic/Images/closed-icon.svg" type ="Texture" id =10 ]
13+ [ext_resource path ="res://addons/dialogic/Images/portraits/df-1.png" type ="Texture" id =11 ]
1314
1415[sub_resource type ="StyleBoxFlat" id =1 ]
1516content_margin_left = 5.0
@@ -267,116 +268,159 @@ __meta__ = {
267268"_edit_use_anchors_" : false
268269}
269270
270- [node name ="Container " type ="VBoxContainer " parent ="Editor/CharacterEditor" ]
271+ [node name ="HBoxContainer " type ="HBoxContainer " parent ="Editor/CharacterEditor" ]
271272margin_left = 5.0
272273margin_top = 5.0
273274margin_right = 800.0
274- margin_bottom = 209.0
275+ margin_bottom = 536.0
276+ size_flags_horizontal = 3
277+ size_flags_vertical = 3
278+
279+ [node name ="Container" type ="VBoxContainer" parent ="Editor/CharacterEditor/HBoxContainer" ]
280+ margin_right = 395.0
281+ margin_bottom = 531.0
275282grow_horizontal = 2
276283grow_vertical = 2
277284size_flags_horizontal = 3
278285size_flags_vertical = 9
279286
280- [node name ="Name" type ="HBoxContainer" parent ="Editor/CharacterEditor/Container" ]
281- margin_right = 795 .0
287+ [node name ="Name" type ="HBoxContainer" parent ="Editor/CharacterEditor/HBoxContainer/ Container" ]
288+ margin_right = 395 .0
282289margin_bottom = 24.0
283290
284- [node name ="Label" type ="Label" parent ="Editor/CharacterEditor/Container/Name" ]
291+ [node name ="Label" type ="Label" parent ="Editor/CharacterEditor/HBoxContainer/ Container/Name" ]
285292margin_top = 5.0
286293margin_right = 130.0
287294margin_bottom = 19.0
288295rect_min_size = Vector2 ( 130 , 0 )
289296text = "Name: "
290297
291- [node name ="LineEdit" type ="LineEdit" parent ="Editor/CharacterEditor/Container/Name" ]
298+ [node name ="LineEdit" type ="LineEdit" parent ="Editor/CharacterEditor/HBoxContainer/ Container/Name" ]
292299margin_left = 134.0
293300margin_right = 274.0
294301margin_bottom = 24.0
295302rect_min_size = Vector2 ( 140 , 0 )
296303
297- [node name ="Color" type ="HBoxContainer" parent ="Editor/CharacterEditor/Container" ]
304+ [node name ="Color" type ="HBoxContainer" parent ="Editor/CharacterEditor/HBoxContainer/ Container" ]
298305margin_top = 28.0
299- margin_right = 795 .0
306+ margin_right = 395 .0
300307margin_bottom = 48.0
301308
302- [node name ="Label" type ="Label" parent ="Editor/CharacterEditor/Container/Color" ]
309+ [node name ="Label" type ="Label" parent ="Editor/CharacterEditor/HBoxContainer/ Container/Color" ]
303310margin_top = 3.0
304311margin_right = 130.0
305312margin_bottom = 17.0
306313rect_min_size = Vector2 ( 130 , 0 )
307314text = "Color: "
308315
309- [node name ="ColorPickerButton" type ="ColorPickerButton" parent ="Editor/CharacterEditor/Container/Color" ]
316+ [node name ="ColorPickerButton" type ="ColorPickerButton" parent ="Editor/CharacterEditor/HBoxContainer/ Container/Color" ]
310317margin_left = 134.0
311318margin_right = 194.0
312319margin_bottom = 20.0
313320rect_min_size = Vector2 ( 60 , 0 )
314321color = Color ( 1 , 1 , 1 , 1 )
315322edit_alpha = false
316323
317- [node name ="Description" type ="HBoxContainer" parent ="Editor/CharacterEditor/Container" ]
324+ [node name ="Description" type ="HBoxContainer" parent ="Editor/CharacterEditor/HBoxContainer/ Container" ]
318325margin_top = 52.0
319- margin_right = 795 .0
326+ margin_right = 395 .0
320327margin_bottom = 152.0
321328
322- [node name ="Label" type ="Label" parent ="Editor/CharacterEditor/Container/Description" ]
329+ [node name ="Label" type ="Label" parent ="Editor/CharacterEditor/HBoxContainer/ Container/Description" ]
323330margin_top = 43.0
324331margin_right = 130.0
325332margin_bottom = 57.0
326333rect_min_size = Vector2 ( 130 , 0 )
327334text = "Description: "
328335
329- [node name ="TextEdit" type ="TextEdit" parent ="Editor/CharacterEditor/Container/Description" ]
336+ [node name ="TextEdit" type ="TextEdit" parent ="Editor/CharacterEditor/HBoxContainer/ Container/Description" ]
330337margin_left = 134.0
331- margin_right = 795 .0
338+ margin_right = 395 .0
332339margin_bottom = 100.0
333340rect_min_size = Vector2 ( 100 , 100 )
334341size_flags_horizontal = 3
335342
336- [node name ="FileName" type ="HBoxContainer" parent ="Editor/CharacterEditor/Container" ]
343+ [node name ="FileName" type ="HBoxContainer" parent ="Editor/CharacterEditor/HBoxContainer/ Container" ]
337344margin_top = 156.0
338- margin_right = 795 .0
345+ margin_right = 395 .0
339346margin_bottom = 180.0
340347
341- [node name ="Label" type ="Label" parent ="Editor/CharacterEditor/Container/FileName" ]
348+ [node name ="Label" type ="Label" parent ="Editor/CharacterEditor/HBoxContainer/ Container/FileName" ]
342349margin_top = 5.0
343350margin_right = 130.0
344351margin_bottom = 19.0
345352rect_min_size = Vector2 ( 130 , 0 )
346353text = "File:"
347354
348- [node name ="LineEdit" type ="LineEdit" parent ="Editor/CharacterEditor/Container/FileName" ]
355+ [node name ="LineEdit" type ="LineEdit" parent ="Editor/CharacterEditor/HBoxContainer/ Container/FileName" ]
349356margin_left = 134.0
350- margin_right = 795 .0
357+ margin_right = 395 .0
351358margin_bottom = 24.0
352359rect_min_size = Vector2 ( 140 , 0 )
353360focus_mode = 0
354361size_flags_horizontal = 3
355362editable = false
356363
357- [node name ="Actions" type ="HBoxContainer" parent ="Editor/CharacterEditor/Container" ]
364+ [node name ="Actions" type ="HBoxContainer" parent ="Editor/CharacterEditor/HBoxContainer/ Container" ]
358365margin_top = 184.0
359- margin_right = 795 .0
366+ margin_right = 395 .0
360367margin_bottom = 204.0
361368
362- [node name ="SaveButton" type ="Button" parent ="Editor/CharacterEditor/Container/Actions" ]
369+ [node name ="SaveButton" type ="Button" parent ="Editor/CharacterEditor/HBoxContainer/ Container/Actions" ]
363370margin_right = 60.0
364371margin_bottom = 20.0
365372rect_min_size = Vector2 ( 60 , 0 )
366373text = "Save"
367374
368- [node name ="Control" type ="Control" parent ="Editor/CharacterEditor/Container/Actions" ]
375+ [node name ="Control" type ="Control" parent ="Editor/CharacterEditor/HBoxContainer/ Container/Actions" ]
369376margin_left = 64.0
370- margin_right = 736 .0
377+ margin_right = 336 .0
371378margin_bottom = 20.0
372379size_flags_horizontal = 3
373380
374- [node name ="DeleteButton" type ="Button" parent ="Editor/CharacterEditor/Container/Actions" ]
375- margin_left = 740 .0
376- margin_right = 795 .0
381+ [node name ="DeleteButton" type ="Button" parent ="Editor/CharacterEditor/HBoxContainer/ Container/Actions" ]
382+ margin_left = 340 .0
383+ margin_right = 395 .0
377384margin_bottom = 20.0
378385text = "Delete"
379386
387+ [node name ="VBoxContainer" type ="VBoxContainer" parent ="Editor/CharacterEditor/HBoxContainer" ]
388+ margin_left = 399.0
389+ margin_right = 795.0
390+ margin_bottom = 531.0
391+ size_flags_horizontal = 3
392+ size_flags_vertical = 3
393+
394+ [node name ="Control" type ="Control" parent ="Editor/CharacterEditor/HBoxContainer/VBoxContainer" ]
395+ margin_right = 396.0
396+ margin_bottom = 507.0
397+ size_flags_horizontal = 3
398+ size_flags_vertical = 3
399+
400+ [node name ="TextureRect" type ="TextureRect" parent ="Editor/CharacterEditor/HBoxContainer/VBoxContainer/Control" ]
401+ anchor_left = 0.5
402+ anchor_top = 0.5
403+ anchor_right = 0.5
404+ anchor_bottom = 0.5
405+ margin_left = -94.5
406+ margin_top = -167.5
407+ margin_right = 94.5
408+ margin_bottom = 167.5
409+ size_flags_horizontal = 3
410+ size_flags_vertical = 3
411+ texture = ExtResource ( 11 )
412+ expand = true
413+ stretch_mode = 5
414+ __meta__ = {
415+ "_edit_use_anchors_" : false
416+ }
417+
418+ [node name ="Button" type ="Button" parent ="Editor/CharacterEditor/HBoxContainer/VBoxContainer" ]
419+ margin_top = 511.0
420+ margin_right = 396.0
421+ margin_bottom = 531.0
422+ text = "Select Portrait"
423+
380424[node name ="RemoveConfirmation" type ="ConfirmationDialog" parent ="." ]
381425margin_right = 325.0
382426margin_bottom = 88.0
@@ -399,6 +443,6 @@ __meta__ = {
399443[connection signal ="pressed" from ="Editor/EventTools/VBoxContainer/ButtonSave" to ="." method ="_on_ButtonSave_pressed" ]
400444[connection signal ="pressed" from ="Editor/CharacterTools/Button" to ="." method ="_on_Button_pressed" ]
401445[connection signal ="item_selected" from ="Editor/CharacterTools/CharacterList/ItemList" to ="." method ="_on_ItemList_item_selected" ]
402- [connection signal ="pressed" from ="Editor/CharacterEditor/Container/Actions/SaveButton" to ="." method ="_on_character_SaveButton_pressed" ]
403- [connection signal ="pressed" from ="Editor/CharacterEditor/Container/Actions/DeleteButton" to ="." method ="_on_DeleteButton_pressed" ]
446+ [connection signal ="pressed" from ="Editor/CharacterEditor/HBoxContainer/ Container/Actions/SaveButton" to ="." method ="_on_character_SaveButton_pressed" ]
447+ [connection signal ="pressed" from ="Editor/CharacterEditor/HBoxContainer/ Container/Actions/DeleteButton" to ="." method ="_on_DeleteButton_pressed" ]
404448[connection signal ="confirmed" from ="RemoveConfirmation" to ="." method ="_on_RemoveConfirmation_confirmed" ]
0 commit comments