@@ -1699,7 +1699,7 @@ custom_colors/font_color_hover = Color( 1, 0.65098, 0.556863, 1 )
1699
1699
custom_colors/font_color_pressed = Color( 0.333333, 0.607843, 1, 1 )
1700
1700
text = " View "
1701
1701
align = 0
1702
- items = [ " Map folder ", null, 0, false, false, 0, 0, null, "", false, " Script file ", null, 0, false, false, 1, 0, null, "", false, " Log file ", null, 0, false, false, 2, 0, null, "", false, "", null, 0, false, true, -1, 0, null, "", true, " 3 D: 1 st person ", null, 0, false, false, 3, 0, null, "", false, "", null, 0, false, true, -1, 0, null, "", true, " Action points ", null, 0, false, false, 4, 0, null, "", false, " Grid data ", null, 0, false, false, 5, 0, null, "", false ]
1702
+ items = [ " Map folder ", null, 0, false, false, 0, 0, null, "", false, " Script file ", null, 0, false, false, 1, 0, null, "", false, " Log file ", null, 0, false, false, 2, 0, null, "", false, "", null, 0, false, true, -1, 0, null, "", true, " 3 D: 1 st person ", null, 0, false, false, 3, 0, null, "", false, "", null, 0, false, true, -1, 0, null, "", true, " Action points ", null, 0, false, false, 4, 0, null, "", false, " Grid data ", null, 0, false, false, 5, 0, null, "", false, " Creature Stats ", null, 0, false, false, 6, 0, null, "", false ]
1703
1703
switch_on_hover = true
1704
1704
__meta__ = {
1705
1705
" _edit_use_anchors_ ": false
@@ -6809,7 +6809,7 @@ margin_right = 2053.0
6809
6809
margin_bottom = - 886.0
6810
6810
rect_min_size = Vector2 ( 281 , 296 )
6811
6811
mouse_filter = 1
6812
- window_title = "Compare Creature Stats "
6812
+ window_title = "Creature Stat Comparison "
6813
6813
resizable = true
6814
6814
script = ExtResource ( 170 )
6815
6815
@@ -6859,31 +6859,44 @@ size_flags_horizontal = 0
6859
6859
text = ">"
6860
6860
6861
6861
[node name = "ScrollContainer" type = "ScrollContainer" parent = "Ui/UiSystem/SortCreatureStats/MarginContainer/VBoxContainer" ]
6862
- anchor_right = 1.0
6863
- anchor_bottom = 1.0
6862
+ margin_top = 31.0
6863
+ margin_right = 309.0
6864
+ margin_bottom = 870.0
6864
6865
size_flags_horizontal = 3
6865
6866
size_flags_vertical = 3
6866
6867
6867
6868
[node name = "SortCreaStatsGrid" type = "GridContainer" parent = "Ui/UiSystem/SortCreatureStats/MarginContainer/VBoxContainer/ScrollContainer" ]
6868
- anchor_right = 1 .0
6869
- anchor_bottom = 1 .0
6869
+ margin_right = 309 .0
6870
+ margin_bottom = 839 .0
6870
6871
size_flags_horizontal = 3
6871
6872
size_flags_vertical = 3
6872
6873
custom_constants / hseparation = 20
6873
6874
columns = 2
6874
6875
6875
6876
[node name = "HBoxContainer2" type = "HBoxContainer" parent = "Ui/UiSystem/SortCreatureStats/MarginContainer/VBoxContainer" ]
6876
- margin_top = 879 .0
6877
+ margin_top = 874 .0
6877
6878
margin_right = 309.0
6878
6879
margin_bottom = 906.0
6879
6880
6880
6881
[node name = "NameStatsButton" type = "Button" parent = "Ui/UiSystem/SortCreatureStats/MarginContainer/VBoxContainer/HBoxContainer2" ]
6881
6882
margin_right = 100.0
6882
- margin_bottom = 27 .0
6883
+ margin_bottom = 32 .0
6883
6884
rect_min_size = Vector2 ( 100 , 0 )
6884
6885
size_flags_horizontal = 2
6885
6886
text = "Name"
6886
6887
6888
+ [node name = "CCStatsHelpButton" type = "TextureButton" parent = "Ui/UiSystem/SortCreatureStats/MarginContainer/VBoxContainer/HBoxContainer2" ]
6889
+ margin_left = 277.0
6890
+ margin_right = 309.0
6891
+ margin_bottom = 32.0
6892
+ rect_min_size = Vector2 ( 32 , 32 )
6893
+ size_flags_horizontal = 8
6894
+ texture_normal = ExtResource ( 156 )
6895
+ texture_pressed = ExtResource ( 66 )
6896
+ texture_hover = ExtResource ( 128 )
6897
+ expand = true
6898
+ stretch_mode = 4
6899
+
6887
6900
[node name = "MapCoordinatesWindow" type = "WindowDialog" parent = "Ui/UiSystem" ]
6888
6901
visible = true
6889
6902
margin_left = - 1480.0
@@ -7640,10 +7653,12 @@ script = SubResource( 20 )
7640
7653
[connection signal = "pressed" from = "Ui/UiSystem/ResizeCurrentMapSize/MarginContainer/VBoxContainer/ResizeApplyButton" to = "Ui/UiSystem/ResizeCurrentMapSize" method = "_on_ResizeApplyButton_pressed" ]
7641
7654
[connection signal = "visibility_changed" from = "Ui/UiSystem/GridDataWindow" to = "Game2D/AnalyzeGrids" method = "_on_GridDataWindow_visibility_changed" ]
7642
7655
[connection signal = "visibility_changed" from = "Ui/UiSystem/ActionPointListWindow" to = "Ui/UiSystem/ActionPointListWindow/MarginContainer/VBoxContainer/ScrollContainer/ActionPointList" method = "_on_ActionPointListWindow_visibility_changed" ]
7656
+ [connection signal = "visibility_changed" from = "Ui/UiSystem/SortCreatureStats" to = "Ui/UiSystem/SortCreatureStats" method = "_on_SortCreatureStats_visibility_changed" ]
7643
7657
[connection signal = "item_selected" from = "Ui/UiSystem/SortCreatureStats/MarginContainer/VBoxContainer/HBoxContainer/StatsOptionButton" to = "Ui/UiSystem/SortCreatureStats" method = "_on_StatsOptionButton_item_selected" ]
7644
7658
[connection signal = "pressed" from = "Ui/UiSystem/SortCreatureStats/MarginContainer/VBoxContainer/HBoxContainer/LeftStatsButton" to = "Ui/UiSystem/SortCreatureStats" method = "_on_LeftStatsButton_pressed" ]
7645
7659
[connection signal = "pressed" from = "Ui/UiSystem/SortCreatureStats/MarginContainer/VBoxContainer/HBoxContainer/RightStatsButton" to = "Ui/UiSystem/SortCreatureStats" method = "_on_RightStatsButton_pressed" ]
7646
7660
[connection signal = "pressed" from = "Ui/UiSystem/SortCreatureStats/MarginContainer/VBoxContainer/HBoxContainer2/NameStatsButton" to = "Ui/UiSystem/SortCreatureStats" method = "_on_NameStatsButton_pressed" ]
7661
+ [connection signal = "pressed" from = "Ui/UiSystem/SortCreatureStats/MarginContainer/VBoxContainer/HBoxContainer2/CCStatsHelpButton" to = "Ui/UiSystem/SortCreatureStats" method = "_on_CCStatsHelpButton_pressed" ]
7647
7662
[connection signal = "visibility_changed" from = "Ui/UiSystem/MapCoordinatesWindow" to = "Ui/UiSystem/MapCoordinatesWindow" method = "_on_MapCoordinatesWindow_visibility_changed" ]
7648
7663
[connection signal = "gui_input" from = "Ui/UiSystem/MapCoordinatesWindow/MarginContainer/VBoxContainer/LandviewAspectRatioContainer/LandviewImage" to = "Ui/UiSystem/MapCoordinatesWindow" method = "_on_LandviewImage_gui_input" ]
7649
7664
[connection signal = "resized" from = "Ui/UiSystem/MapCoordinatesWindow/MarginContainer/VBoxContainer/LandviewAspectRatioContainer/LandviewImage" to = "Ui/UiSystem/MapCoordinatesWindow" method = "_on_LandviewImage_resized" ]
0 commit comments