More work on dialogue, portraits, customizer and intro

This commit is contained in:
2025-09-18 09:14:54 -04:00
parent 82c630d668
commit 023e88b84e
80 changed files with 2117 additions and 141 deletions

View File

@@ -22,7 +22,6 @@ corner_radius_bottom_left = 3
corner_detail = 5
[node name="MainPanel" type="MarginContainer"]
anchors_preset = -1
offset_right = 401.0
offset_bottom = 853.0
theme_override_constants/margin_left = 0
@@ -44,6 +43,14 @@ custom_minimum_size = Vector2(401, 216)
layout_mode = 2
theme_override_styles/panel = ExtResource("2_b7y1i")
[node name="TextureButton" type="TextureButton" parent="VBoxContainer/OpenShift"]
layout_mode = 0
offset_left = 358.0
offset_top = 5.0
offset_right = 397.0
offset_bottom = 44.0
texture_normal = ExtResource("5_6vw8v")
[node name="NinePatchRect" type="NinePatchRect" parent="VBoxContainer/OpenShift"]
layout_mode = 0
offset_left = 9.0
@@ -107,6 +114,7 @@ theme_override_styles/panel = ExtResource("4_b7y1i")
[node name="DragRegion" type="Control" parent="VBoxContainer/WorkingShift"]
layout_mode = 1
anchors_preset = 0
offset_left = 4.0
offset_top = 3.0
offset_right = 399.0
@@ -212,6 +220,7 @@ layout_mode = 2
stream = ExtResource("6_osxme")
volume_db = -10.31
[connection signal="pressed" from="VBoxContainer/OpenShift/TextureButton" to="." method="_on_options_button_pressed"]
[connection signal="pressed" from="VBoxContainer/OpenShift/Margin/OpenList/Button" to="." method="_on_end_shift_pressed"]
[connection signal="gui_input" from="VBoxContainer/WorkingShift/DragRegion" to="." method="_on_drag_region_gui_input"]
[connection signal="pressed" from="VBoxContainer/WorkingShift/MarginContainer/WorkingList/HBoxContainer/QuestViewerButton" to="." method="_on_quest_viewer_button_pressed"]