From 4813d570e45d2d4c4f77f24c6aa40917f1c62b52 Mon Sep 17 00:00:00 2001 From: nokoe Date: Sun, 14 Jul 2024 22:04:40 +0200 Subject: fix overlay layout --- client/menu/overlay.tscn | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'client/menu') diff --git a/client/menu/overlay.tscn b/client/menu/overlay.tscn index a6a18505..69a8df8e 100644 --- a/client/menu/overlay.tscn +++ b/client/menu/overlay.tscn @@ -47,10 +47,10 @@ anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 -offset_left = -214.0 -offset_top = -339.0 -offset_right = 298.0 -offset_bottom = 173.0 +offset_left = -242.0 +offset_top = -327.0 +offset_right = 270.0 +offset_bottom = 185.0 grow_horizontal = 2 grow_vertical = 2 rotation = 0.0610865 @@ -156,10 +156,10 @@ anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 -offset_left = -193.0 -offset_top = -208.0 -offset_right = 319.0 -offset_bottom = 304.0 +offset_left = -206.0 +offset_top = -119.0 +offset_right = 306.0 +offset_bottom = 393.0 grow_horizontal = 2 grow_vertical = 2 rotation = 0.0610865 -- cgit v1.2.3-70-g09d2 From e1a029fec970cc2b93c7e1a6ecdf95766a8fd219 Mon Sep 17 00:00:00 2001 From: nokoe Date: Sun, 14 Jul 2024 22:29:05 +0200 Subject: fix setup layout --- client/menu/setup.tscn | 2 -- 1 file changed, 2 deletions(-) (limited to 'client/menu') diff --git a/client/menu/setup.tscn b/client/menu/setup.tscn index 04064966..5ef6a260 100644 --- a/client/menu/setup.tscn +++ b/client/menu/setup.tscn @@ -91,8 +91,6 @@ layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 -offset_right = 1152.0 -offset_bottom = 648.0 grow_horizontal = 2 grow_vertical = 2 follow_focus = true -- cgit v1.2.3-70-g09d2