From 53f21bdf1e15bf4908bb67182a75a9e4b956a8f4 Mon Sep 17 00:00:00 2001 From: pennyrigate Date: Mon, 30 Oct 2023 11:16:35 -0400 Subject: [PATCH] 'settings' changed to 'options' --- objects/hud/pause_screen.tscn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/objects/hud/pause_screen.tscn b/objects/hud/pause_screen.tscn index e5a6d35..9480796 100644 --- a/objects/hud/pause_screen.tscn +++ b/objects/hud/pause_screen.tscn @@ -54,7 +54,7 @@ margin_bottom = 78.0 theme = ExtResource( 2 ) text = "RESUME RESTART -SETTINGS +OPTIONS EXit level" align = 1 @@ -86,9 +86,9 @@ texture_focused = ExtResource( 3 ) [node name="Settings" type="TextureButton" parent="Body"] pause_mode = 2 material = ExtResource( 1 ) -margin_left = 29.0 +margin_left = 32.0 margin_top = 27.0 -margin_right = 37.0 +margin_right = 40.0 margin_bottom = 35.0 focus_neighbour_left = NodePath(".") focus_neighbour_top = NodePath("../Restart")