From 70f053a78bdec8997e001343203499a4e2e11d27 Mon Sep 17 00:00:00 2001 From: pennyrigate Date: Tue, 5 Aug 2025 18:37:39 -0400 Subject: [PATCH] fixed entrance to waking world --- objects/hud/pause_screen.gd | 3 --- objects/hud/pause_screen.tscn | 25 ++++++++++--------------- 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/objects/hud/pause_screen.gd b/objects/hud/pause_screen.gd index 7a9b7d8..9a15c42 100644 --- a/objects/hud/pause_screen.gd +++ b/objects/hud/pause_screen.gd @@ -16,9 +16,6 @@ func _ready(): $Body/Restart.disabled = true $Body/Restart.focus_mode = Control.FOCUS_NONE $"%GreyedRestart".visible = true - $Body.text = "RESUME\nRESTART\nOPTIONS\nQUIT GAME" - else: - $Body.text = "RESUME\nRESTART\nOPTIONS\nEXIT LEVEL" #Random lore if lore_entries != null and not lore_entries.empty(): current_lore = randi() % lore_entries.size() diff --git a/objects/hud/pause_screen.tscn b/objects/hud/pause_screen.tscn index 2ce8e48..3805a3e 100644 --- a/objects/hud/pause_screen.tscn +++ b/objects/hud/pause_screen.tscn @@ -18,7 +18,7 @@ script = ExtResource( 4 ) margin_left = 64.0 margin_top = 25.0 margin_right = 192.0 -margin_bottom = 82.0 +margin_bottom = 57.0 texture = ExtResource( 8 ) patch_margin_left = 3 patch_margin_top = 3 @@ -30,7 +30,7 @@ pause_mode = 2 margin_left = 67.0 margin_top = 28.0 margin_right = 189.0 -margin_bottom = 79.0 +margin_bottom = 54.0 color = Color( 0.239216, 0.239216, 0.443137, 1 ) [node name="Paused" type="Label" parent="."] @@ -49,12 +49,10 @@ pause_mode = 2 margin_left = 64.0 margin_top = 29.0 margin_right = 192.0 -margin_bottom = 78.0 +margin_bottom = 55.0 theme = ExtResource( 2 ) text = "RESUME -RESTART -OPTIONS -EXit level" +OPTIONS" align = 1 [node name="Resume" type="TextureButton" parent="Body"] @@ -64,9 +62,8 @@ margin_left = 36.0 margin_top = 1.0 margin_right = 44.0 margin_bottom = 9.0 -focus_neighbour_left = NodePath(".") -focus_neighbour_right = NodePath(".") -focus_neighbour_bottom = NodePath("../Restart") +focus_neighbour_top = NodePath("../Settings") +focus_neighbour_bottom = NodePath("../Settings") texture_focused = ExtResource( 3 ) [node name="Restart" type="TextureButton" parent="Body"] @@ -96,13 +93,11 @@ text = "Restart" pause_mode = 2 material = ExtResource( 1 ) margin_left = 32.0 -margin_top = 27.0 +margin_top = 14.0 margin_right = 40.0 -margin_bottom = 35.0 -focus_neighbour_left = NodePath(".") -focus_neighbour_top = NodePath("../Restart") -focus_neighbour_right = NodePath(".") -focus_neighbour_bottom = NodePath("../ExitLevel") +margin_bottom = 22.0 +focus_neighbour_top = NodePath("../Resume") +focus_neighbour_bottom = NodePath("../Resume") texture_focused = ExtResource( 3 ) [node name="ExitLevel" type="TextureButton" parent="Body"]