summaryrefslogtreecommitdiff
path: root/src/ui/stats_display/scenes/StatsDisplay.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/stats_display/scenes/StatsDisplay.tscn')
-rw-r--r--src/ui/stats_display/scenes/StatsDisplay.tscn43
1 files changed, 31 insertions, 12 deletions
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