From 14538d486de312af41ce012836861468b8fb7897 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sun, 5 Jun 2022 14:09:41 -0600 Subject: finish all necessary for playability --- src/ui/stats_display/scenes/StatsDisplay.tscn | 43 +++++++++++++++++++-------- 1 file changed, 31 insertions(+), 12 deletions(-) (limited to 'src/ui/stats_display/scenes/StatsDisplay.tscn') diff --git a/src/ui/stats_display/scenes/StatsDisplay.tscn b/src/ui/stats_display/scenes/StatsDisplay.tscn index 9b86a55..998cdd6 100644 --- a/src/ui/stats_display/scenes/StatsDisplay.tscn +++ b/src/ui/stats_display/scenes/StatsDisplay.tscn @@ -17,36 +17,55 @@ margin_right = 320.0 margin_bottom = 180.0 [node name="HBox" type="HBoxContainer" parent="Center"] -margin_left = 126.0 -margin_top = 82.0 -margin_right = 194.0 -margin_bottom = 98.0 +margin_left = 96.0 +margin_top = 74.0 +margin_right = 224.0 +margin_bottom = 105.0 [node name="ProgressionPanel" type="PanelContainer" parent="Center/HBox"] -margin_right = 68.0 -margin_bottom = 16.0 +margin_right = 62.0 +margin_bottom = 31.0 [node name="VBox" type="VBoxContainer" parent="Center/HBox/ProgressionPanel"] margin_left = 1.0 margin_top = 1.0 -margin_right = 67.0 -margin_bottom = 15.0 +margin_right = 61.0 +margin_bottom = 30.0 custom_constants/separation = 0 [node name="Label" type="Label" parent="Center/HBox/ProgressionPanel/VBox"] -margin_right = 66.0 +margin_right = 60.0 margin_bottom = 13.0 custom_colors/font_color_shadow = Color( 0, 0, 0, 1 ) custom_fonts/font = ExtResource( 1 ) -text = "Progression" +text = "Highscores" [node name="HSeparator" type="HSeparator" parent="Center/HBox/ProgressionPanel/VBox"] margin_top = 13.0 -margin_right = 66.0 +margin_right = 60.0 margin_bottom = 14.0 [node name="VBox" type="VBoxContainer" parent="Center/HBox/ProgressionPanel/VBox"] margin_top = 14.0 -margin_right = 66.0 +margin_right = 60.0 margin_bottom = 14.0 custom_constants/separation = 0 + +[node name="Center" type="CenterContainer" parent="Center/HBox"] +margin_left = 66.0 +margin_right = 128.0 +margin_bottom = 31.0 + +[node name="Restart" type="PanelContainer" parent="Center/HBox/Center"] +margin_right = 62.0 +margin_bottom = 31.0 + +[node name="Label" type="Label" parent="Center/HBox/Center/Restart"] +margin_left = 1.0 +margin_top = 1.0 +margin_right = 61.0 +margin_bottom = 30.0 +custom_colors/font_color_shadow = Color( 0, 0, 0, 1 ) +text = "Press \"R\" +to restart" +align = 1 -- cgit v1.2.3-54-g00ecf