diff options
Diffstat (limited to 'scenes/mainmenu.tscn')
-rw-r--r-- | scenes/mainmenu.tscn | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/scenes/mainmenu.tscn b/scenes/mainmenu.tscn index 428593f..544f0c6 100644 --- a/scenes/mainmenu.tscn +++ b/scenes/mainmenu.tscn @@ -6,14 +6,14 @@ [ext_resource path="res://theme_data/interface_theme.tres" type="Theme" id=4] [node name="Menu" type="Control"] -margin_right = 214.0 -margin_bottom = 120.0 +anchor_right = 1.0 +anchor_bottom = 1.0 theme = ExtResource( 4 ) script = ExtResource( 1 ) [node name="ColorRect" type="ColorRect" parent="."] -margin_right = 214.0 -margin_bottom = 120.0 +anchor_right = 1.0 +anchor_bottom = 1.0 color = Color( 0.0823529, 0.0745098, 0.117647, 1 ) [node name="Label" type="Label" parent="."] @@ -25,8 +25,14 @@ margin_bottom = 16.0 text = "BasketBALLAZ" [node name="Control" type="Control" parent="."] -margin_right = 428.0 -margin_bottom = 240.0 +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -107.0 +margin_top = -60.0 +margin_right = 321.0 +margin_bottom = 180.0 rect_scale = Vector2( 0.5, 0.5 ) [node name="VBoxContainer" type="VBoxContainer" parent="Control"] |