From 0c507f49678b9c4b0f106563bb8edeec6b7783f8 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 8 Jan 2023 22:16:30 +0100 Subject: [PATCH] Tweak seeds left label location and alignment --- player/Player.tscn | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/player/Player.tscn b/player/Player.tscn index 5f71dbb..bdddee6 100644 --- a/player/Player.tscn +++ b/player/Player.tscn @@ -198,15 +198,17 @@ anchor_left = 1.0 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 -offset_left = -106.0 -offset_top = -35.0 +offset_left = -103.0 +offset_top = -26.0 +offset_right = -8.0 +offset_bottom = -8.0 grow_horizontal = 0 grow_vertical = 0 theme = ExtResource("4_d7ru6") theme_override_font_sizes/font_size = 16 -text = "asdfasdf" -horizontal_alignment = 1 -vertical_alignment = 1 +text = "8888 seeds left" +horizontal_alignment = 2 +vertical_alignment = 2 [node name="BackBufferCopy2" type="BackBufferCopy" parent="HUD"] position = Vector2(727, 447)