From 1382b02f3caa38ac4ea470d7070aa0fb6b581afc Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 3 Jan 2021 11:43:14 +0100 Subject: [PATCH] centre score --- GODOT/Menu.tscn | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/GODOT/Menu.tscn b/GODOT/Menu.tscn index f82c704..9c28aad 100644 --- a/GODOT/Menu.tscn +++ b/GODOT/Menu.tscn @@ -38,14 +38,15 @@ __meta__ = { [node name="LabelScore" type="Label" parent="Menu Principal"] anchor_left = 0.5 anchor_right = 0.5 -margin_left = -9.01361 -margin_top = 50.2254 -margin_right = 30.9864 -margin_bottom = 104.225 +margin_left = -45.0 +margin_top = 50.0 +margin_right = 50.0 +margin_bottom = 112.0 custom_fonts/font = SubResource( 3 ) custom_colors/font_color = Color( 1, 1, 1, 1 ) custom_colors/font_color_shadow = Color( 0, 0, 0, 1 ) text = "0" +align = 1 __meta__ = { "_edit_use_anchors_": false }