From 1e5def832967145bdadcda663cb7290d1c4d970b Mon Sep 17 00:00:00 2001 From: tommy-l-ngo Date: Sat, 30 Oct 2021 21:57:02 -0500 Subject: [PATCH] Spaced apart the options accessibilities --- godot_ship/scenes/Options.tscn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/godot_ship/scenes/Options.tscn b/godot_ship/scenes/Options.tscn index 66c058d..af9e8fa 100644 --- a/godot_ship/scenes/Options.tscn +++ b/godot_ship/scenes/Options.tscn @@ -74,7 +74,7 @@ __meta__ = { } [node name="Volume Setting" type="Node2D" parent="Sliders"] -position = Vector2( 0, 24 ) +position = Vector2( 0, 33 ) [node name="Volume Label" type="Label" parent="Sliders/Volume Setting"] margin_top = -8.0 @@ -106,9 +106,9 @@ __meta__ = { [node name="Buttons" type="HBoxContainer" parent="."] margin_left = 216.0 -margin_top = 160.0 +margin_top = 190.0 margin_right = 424.0 -margin_bottom = 184.0 +margin_bottom = 214.0 __meta__ = { "_edit_lock_": true, "_edit_use_anchors_": false