First work on dialogic, resized guild, and started implementing portraits.

This commit is contained in:
2025-08-14 10:26:24 -04:00
parent 95a7db036b
commit 3aeb3d44e6
959 changed files with 47688 additions and 46 deletions

View File

@@ -0,0 +1,160 @@
[gd_scene load_steps=5 format=3 uid="uid://cp463rpri5j8a"]
[ext_resource type="Script" path="res://addons/dialogic/Modules/Character/settings_portraits.gd" id="2"]
[ext_resource type="PackedScene" uid="uid://dbpkta2tjsqim" path="res://addons/dialogic/Editor/Common/hint_tooltip_icon.tscn" id="2_dce78"]
[ext_resource type="PackedScene" uid="uid://dpwhshre1n4t6" path="res://addons/dialogic/Editor/Events/Fields/field_options_dynamic.tscn" id="3"]
[ext_resource type="PackedScene" uid="uid://7mvxuaulctcq" path="res://addons/dialogic/Editor/Events/Fields/field_file.tscn" id="3_m06d8"]
[node name="Portraits" type="VBoxContainer"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource("2")
[node name="PositionsTitle" type="HBoxContainer" parent="."]
layout_mode = 2
size_flags_horizontal = 3
size_flags_stretch_ratio = 0.5
[node name="Title2" type="Label" parent="PositionsTitle"]
layout_mode = 2
theme_type_variation = &"DialogicSettingsSection"
text = "Position Suggestions
"
[node name="HintTooltip" parent="PositionsTitle" instance=ExtResource("2_dce78")]
layout_mode = 2
tooltip_text = "You can change the position names that will be suggested in the timeline editor here."
texture = null
hint_text = "You can change the position names that will be suggested in the timeline editor here."
[node name="PositionSuggestions" type="LineEdit" parent="."]
unique_name_in_owner = true
layout_mode = 2
[node name="DefaultSceneTitle" type="HBoxContainer" parent="."]
layout_mode = 2
size_flags_horizontal = 3
size_flags_stretch_ratio = 0.5
[node name="Title2" type="Label" parent="DefaultSceneTitle"]
layout_mode = 2
theme_type_variation = &"DialogicSettingsSection"
text = "Default Portrait Scene
"
[node name="HintTooltip" parent="DefaultSceneTitle" instance=ExtResource("2_dce78")]
layout_mode = 2
tooltip_text = "If this is set, this scene will be what is used by default for any portrait that has no scene specified"
texture = null
hint_text = "If this is set, this scene will be what is used by default for any portrait that has no scene specified"
[node name="DefaultScene" type="HBoxContainer" parent="."]
layout_mode = 2
[node name="Label" type="Label" parent="DefaultScene"]
layout_mode = 2
text = "Scene"
[node name="CustomPortraitScene" parent="DefaultScene" instance=ExtResource("3_m06d8")]
unique_name_in_owner = true
layout_mode = 2
file_filter = "*.tscn, *.scn; PortraitScene"
placeholder = "Default Scene"
[node name="Animations2" type="HBoxContainer" parent="."]
layout_mode = 2
size_flags_horizontal = 3
size_flags_stretch_ratio = 0.5
[node name="Title2" type="Label" parent="Animations2"]
layout_mode = 2
theme_type_variation = &"DialogicSettingsSection"
text = "Default Animations
"
[node name="HintTooltip" parent="Animations2" instance=ExtResource("2_dce78")]
layout_mode = 2
tooltip_text = "These settings are used for Leave and Join events if no animation is selected.
The Cross-Fade will play if the portrait of a character changes and
no animation is set."
texture = null
hint_text = "These settings are used for Leave and Join events if no animation is selected.
The Cross-Fade will play if the portrait of a character changes and
no animation is set."
[node name="GridContainer" type="GridContainer" parent="."]
layout_mode = 2
columns = 2
[node name="DefaultJoinLabel" type="Label" parent="GridContainer"]
layout_mode = 2
text = "Join"
[node name="DefaultIn" type="HBoxContainer" parent="GridContainer"]
layout_mode = 2
[node name="JoinDefault" parent="GridContainer/DefaultIn" instance=ExtResource("3")]
unique_name_in_owner = true
layout_mode = 2
mode = 1
[node name="JoinDefaultLength" type="SpinBox" parent="GridContainer/DefaultIn"]
unique_name_in_owner = true
layout_mode = 2
step = 0.1
[node name="JoinDefaultWait" type="CheckButton" parent="GridContainer/DefaultIn"]
unique_name_in_owner = true
layout_mode = 2
text = "Wait:"
[node name="DefaultOutLabel" type="Label" parent="GridContainer"]
layout_mode = 2
text = "Leave"
[node name="DefaultOut" type="HBoxContainer" parent="GridContainer"]
layout_mode = 2
[node name="LeaveDefault" parent="GridContainer/DefaultOut" instance=ExtResource("3")]
unique_name_in_owner = true
layout_mode = 2
mode = 1
[node name="LeaveDefaultLength" type="SpinBox" parent="GridContainer/DefaultOut"]
unique_name_in_owner = true
layout_mode = 2
step = 0.1
[node name="LeaveDefaultWait" type="CheckButton" parent="GridContainer/DefaultOut"]
unique_name_in_owner = true
layout_mode = 2
text = "Wait:"
[node name="CrossFadeLabel" type="Label" parent="GridContainer"]
layout_mode = 2
text = "Cross-Fade"
[node name="DefaultCrossFade" type="HBoxContainer" parent="GridContainer"]
layout_mode = 2
[node name="CrossFadeDefault" parent="GridContainer/DefaultCrossFade" instance=ExtResource("3")]
unique_name_in_owner = true
layout_mode = 2
mode = 1
[node name="CrossFadeDefaultLength" type="SpinBox" parent="GridContainer/DefaultCrossFade"]
unique_name_in_owner = true
layout_mode = 2
step = 0.1
[connection signal="value_changed" from="GridContainer/DefaultIn/JoinDefault" to="." method="_on_JoinDefault_value_changed"]
[connection signal="value_changed" from="GridContainer/DefaultIn/JoinDefaultLength" to="." method="_on_JoinDefaultLength_value_changed"]
[connection signal="toggled" from="GridContainer/DefaultIn/JoinDefaultWait" to="." method="_on_JoinDefaultWait_toggled"]
[connection signal="value_changed" from="GridContainer/DefaultOut/LeaveDefault" to="." method="_on_LeaveDefault_value_changed"]
[connection signal="value_changed" from="GridContainer/DefaultOut/LeaveDefaultLength" to="." method="_on_LeaveDefaultLength_value_changed"]
[connection signal="toggled" from="GridContainer/DefaultOut/LeaveDefaultWait" to="." method="_on_LeaveDefaultWait_toggled"]
[connection signal="value_changed" from="GridContainer/DefaultCrossFade/CrossFadeDefault" to="." method="_on_LeaveDefault_value_changed"]
[connection signal="value_changed" from="GridContainer/DefaultCrossFade/CrossFadeDefaultLength" to="." method="_on_LeaveDefaultLength_value_changed"]