Reordering Layout

This commit is contained in:
bleeptrack 2020-10-27 15:48:23 +01:00
parent 9f9548abcf
commit 4c1d70a99f
5 changed files with 60 additions and 58 deletions
scenes

View file

@ -54,49 +54,42 @@ __meta__ = {
"_edit_use_anchors_": false
}
[node name="Columns" type="HSplitContainer" parent="Rows"]
[node name="Columns" type="HBoxContainer" parent="Rows"]
margin_right = 1904.0
margin_bottom = 784.0
mouse_filter = 2
size_flags_vertical = 3
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Repositories" type="HBoxContainer" parent="Rows/Columns"]
margin_right = 1136.0
margin_right = 1266.0
margin_bottom = 784.0
mouse_filter = 2
size_flags_horizontal = 3
size_flags_stretch_ratio = 1.5
size_flags_stretch_ratio = 2.0
custom_constants/separation = 8
__meta__ = {
"_edit_use_anchors_": false
}
[node name="RightSide" type="VSplitContainer" parent="Rows/Columns"]
margin_left = 1148.0
[node name="LevelInfo" type="VBoxContainer" parent="Rows/Columns"]
margin_left = 1271.0
margin_right = 1904.0
margin_bottom = 784.0
size_flags_horizontal = 3
[node name="TopStuff" type="VBoxContainer" parent="Rows/Columns/RightSide"]
margin_right = 756.0
margin_bottom = 386.0
size_flags_vertical = 3
[node name="Menu" type="HBoxContainer" parent="Rows/Columns/RightSide/TopStuff"]
margin_right = 756.0
[node name="Menu" type="HBoxContainer" parent="Rows/Columns/LevelInfo"]
margin_right = 633.0
margin_bottom = 35.0
[node name="ChapterSelect" type="OptionButton" parent="Rows/Columns/RightSide/TopStuff/Menu"]
[node name="ChapterSelect" type="OptionButton" parent="Rows/Columns/LevelInfo/Menu"]
margin_right = 168.0
margin_bottom = 35.0
focus_mode = 0
enabled_focus_mode = 0
text = "Select chapter..."
[node name="LevelSelect" type="OptionButton" parent="Rows/Columns/RightSide/TopStuff/Menu"]
[node name="LevelSelect" type="OptionButton" parent="Rows/Columns/LevelInfo/Menu"]
margin_left = 173.0
margin_right = 317.0
margin_bottom = 35.0
@ -105,7 +98,7 @@ enabled_focus_mode = 0
text = "Select level..."
expand_icon = true
[node name="ReloadButton" type="Button" parent="Rows/Columns/RightSide/TopStuff/Menu"]
[node name="ReloadButton" type="Button" parent="Rows/Columns/LevelInfo/Menu"]
margin_left = 322.0
margin_right = 401.0
margin_bottom = 35.0
@ -116,7 +109,7 @@ __meta__ = {
"_edit_use_anchors_": false
}
[node name="CardsButton" type="Button" parent="Rows/Columns/RightSide/TopStuff/Menu"]
[node name="CardsButton" type="Button" parent="Rows/Columns/LevelInfo/Menu"]
margin_left = 406.0
margin_right = 478.0
margin_bottom = 35.0
@ -127,7 +120,7 @@ __meta__ = {
"_edit_use_anchors_": false
}
[node name="NextLevelButton" type="Button" parent="Rows/Columns/RightSide/TopStuff/Menu"]
[node name="NextLevelButton" type="Button" parent="Rows/Columns/LevelInfo/Menu"]
margin_left = 483.0
margin_right = 593.0
margin_bottom = 35.0
@ -140,14 +133,14 @@ __meta__ = {
"_edit_use_anchors_": false
}
[node name="LevelPanel" type="VBoxContainer" parent="Rows/Columns/RightSide/TopStuff"]
[node name="LevelPanel" type="VBoxContainer" parent="Rows/Columns/LevelInfo"]
margin_top = 40.0
margin_right = 756.0
margin_bottom = 386.0
margin_right = 633.0
margin_bottom = 784.0
size_flags_vertical = 3
[node name="LevelName" type="RichTextLabel" parent="Rows/Columns/RightSide/TopStuff/LevelPanel"]
margin_right = 756.0
[node name="LevelName" type="RichTextLabel" parent="Rows/Columns/LevelInfo/LevelPanel"]
margin_right = 633.0
margin_bottom = 60.0
rect_min_size = Vector2( 0, 60 )
custom_fonts/normal_font = ExtResource( 7 )
@ -156,13 +149,13 @@ __meta__ = {
"_edit_use_anchors_": false
}
[node name="Text" type="Control" parent="Rows/Columns/RightSide/TopStuff/LevelPanel"]
[node name="Text" type="Control" parent="Rows/Columns/LevelInfo/LevelPanel"]
margin_top = 65.0
margin_right = 756.0
margin_bottom = 346.0
margin_right = 633.0
margin_bottom = 744.0
size_flags_vertical = 3
[node name="LevelDescription" type="RichTextLabel" parent="Rows/Columns/RightSide/TopStuff/LevelPanel/Text"]
[node name="LevelDescription" type="RichTextLabel" parent="Rows/Columns/LevelInfo/LevelPanel/Text"]
anchor_right = 1.0
anchor_bottom = 1.0
size_flags_vertical = 3
@ -173,7 +166,7 @@ __meta__ = {
"_edit_use_anchors_": false
}
[node name="LevelCongrats" type="RichTextLabel" parent="Rows/Columns/RightSide/TopStuff/LevelPanel/Text"]
[node name="LevelCongrats" type="RichTextLabel" parent="Rows/Columns/LevelInfo/LevelPanel/Text"]
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
@ -185,28 +178,37 @@ __meta__ = {
"_edit_use_anchors_": false
}
[node name="Terminal" parent="Rows/Columns/RightSide" instance=ExtResource( 1 )]
anchor_right = 0.0
anchor_bottom = 0.0
margin_top = 398.0
margin_right = 756.0
margin_bottom = 784.0
size_flags_vertical = 3
[node name="Cards" parent="Rows" instance=ExtResource( 3 )]
anchor_right = 0.0
anchor_bottom = 0.0
[node name="Controls" type="HBoxContainer" parent="Rows"]
margin_top = 789.0
margin_right = 1904.0
margin_bottom = 1064.0
mouse_filter = 2
size_flags_vertical = 3
size_flags_stretch_ratio = 0.35
[node name="Cards" parent="Rows/Controls" instance=ExtResource( 3 )]
anchor_right = 0.0
anchor_bottom = 0.0
margin_right = 1266.0
margin_bottom = 275.0
size_flags_horizontal = 3
size_flags_vertical = 3
size_flags_stretch_ratio = 2.0
[node name="Terminal" parent="Rows/Controls" instance=ExtResource( 1 )]
anchor_right = 0.0
anchor_bottom = 0.0
margin_left = 1271.0
margin_right = 1904.0
margin_bottom = 275.0
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="SuccessSound" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 8 )
[connection signal="button_down" from="Rows/Columns/RightSide/TopStuff/Menu/ChapterSelect" to="." method="repopulate_chapters"]
[connection signal="button_down" from="Rows/Columns/RightSide/TopStuff/Menu/LevelSelect" to="." method="repopulate_levels"]
[connection signal="pressed" from="Rows/Columns/RightSide/TopStuff/Menu/ReloadButton" to="." method="reload_level"]
[connection signal="pressed" from="Rows/Columns/RightSide/TopStuff/Menu/CardsButton" to="." method="toggle_cards"]
[connection signal="pressed" from="Rows/Columns/RightSide/TopStuff/Menu/NextLevelButton" to="." method="load_next_level"]
[connection signal="command_done" from="Rows/Columns/RightSide/Terminal" to="." method="update_repos"]
[connection signal="button_down" from="Rows/Columns/LevelInfo/Menu/ChapterSelect" to="." method="repopulate_chapters"]
[connection signal="button_down" from="Rows/Columns/LevelInfo/Menu/LevelSelect" to="." method="repopulate_levels"]
[connection signal="pressed" from="Rows/Columns/LevelInfo/Menu/ReloadButton" to="." method="reload_level"]
[connection signal="pressed" from="Rows/Columns/LevelInfo/Menu/CardsButton" to="." method="toggle_cards"]
[connection signal="pressed" from="Rows/Columns/LevelInfo/Menu/NextLevelButton" to="." method="load_next_level"]
[connection signal="command_done" from="Rows/Controls/Terminal" to="." method="update_repos"]