Worked with Doug, to find the root cause of the errors with Alignment, in the settings menu GUI,

This commit is contained in:
PersonGuyGit 2022-08-14 11:58:56 -06:00
parent b7a711de88
commit d9c28b08f9
3 changed files with 13 additions and 9 deletions

View File

@ -1,11 +1,8 @@
[gd_scene load_steps=2 format=2] [gd_scene format=2]
[ext_resource path="res://SettingsMenuConfig.gd" type="Script" id=1]
[node name="Control" type="Control"] [node name="Control" type="Control"]
anchor_right = 1.0 anchor_right = 1.0
anchor_bottom = 1.0 anchor_bottom = 1.0
script = ExtResource( 1 )
[node name="Panel" type="Panel" parent="."] [node name="Panel" type="Panel" parent="."]
anchor_right = 1.0 anchor_right = 1.0

View File

@ -7,8 +7,14 @@
default_font = ExtResource( 2 ) default_font = ExtResource( 2 )
[node name="Control" type="Control"] [node name="Control" type="Control"]
anchor_right = 1.0 anchor_left = 0.5
anchor_bottom = 1.0 anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -512.0
margin_top = -300.0
margin_right = 512.0
margin_bottom = 300.0
theme = SubResource( 3 ) theme = SubResource( 3 )
script = ExtResource( 1 ) script = ExtResource( 1 )