From a1205635f0689e87f87927659a6b7ae913a89d93 Mon Sep 17 00:00:00 2001 From: Sofia Date: Thu, 23 Jul 2026 23:30:13 +0300 Subject: [PATCH] Add score to game_finished --- godot/scenes/game_finished.tscn | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/godot/scenes/game_finished.tscn b/godot/scenes/game_finished.tscn index 591d74a..a982b5b 100644 --- a/godot/scenes/game_finished.tscn +++ b/godot/scenes/game_finished.tscn @@ -42,15 +42,23 @@ text = "Back" [node name="player_listings" type="PlayerListings" parent="." unique_id=602626392] player_listing_scene = ExtResource("1_ou354") layout_mode = 1 -anchors_preset = 8 +anchors_preset = 5 anchor_left = 0.5 -anchor_top = 0.5 anchor_right = 0.5 -anchor_bottom = 0.5 -offset_left = -554.5 -offset_top = -210.0 -offset_right = 554.5 -offset_bottom = 210.0 +offset_left = -88.0 +offset_top = 150.0 +offset_right = 87.5 +offset_bottom = 167.0 grow_horizontal = 2 -grow_vertical = 2 alignment = 1 + +[node name="simple_score_view" type="SimpleScoreView" parent="." unique_id=1625972988] +layout_mode = 1 +anchors_preset = 5 +anchor_left = 0.5 +anchor_right = 0.5 +offset_left = -20.0 +offset_top = 93.0 +offset_right = 20.0 +offset_bottom = 133.0 +grow_horizontal = 2