From 84161d7b09630aabcad8fcaa0b98ab2983bdcff0 Mon Sep 17 00:00:00 2001 From: Madeline <42724159+Sirmentio@users.noreply.github.com> Date: Wed, 15 Dec 2021 00:18:19 -0500 Subject: [PATCH] Removed the No Download button because it's redundant --- Main.gd | 2 -- Main.tscn | 17 +++-------------- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/Main.gd b/Main.gd index 5b10e48..b6bac47 100644 --- a/Main.gd +++ b/Main.gd @@ -85,8 +85,6 @@ func start_game(): if $Panel/TabContainer/Nyoom/Panel/NicknameLineEdit.text != "": args.append("+name") args.append($Panel/TabContainer/Nyoom/Panel/NicknameLineEdit.text) - if $Panel/TabContainer/Nyoom/Panel/DLCheck.pressed: - args.append("-nodownload") match $Panel/TabContainer/Settings/DisplayPanel/RenderOptions.selected: 0: args.append("-software") diff --git a/Main.tscn b/Main.tscn index e0af4d1..4b73a6c 100644 --- a/Main.tscn +++ b/Main.tscn @@ -164,8 +164,8 @@ __meta__ = { [node name="DCCheck" type="CheckBox" parent="Panel/TabContainer/Nyoom/Panel"] anchor_left = 1.0 anchor_right = 1.0 -margin_left = -360.0 -margin_right = -227.0 +margin_left = -146.0 +margin_right = -13.0 margin_bottom = 29.0 text = "Direct Connect" flat = true @@ -173,18 +173,6 @@ __meta__ = { "_edit_use_anchors_": false } -[node name="DLCheck" type="CheckBox" parent="Panel/TabContainer/Nyoom/Panel"] -anchor_left = 1.0 -anchor_right = 1.0 -margin_left = -220.0 -margin_right = -12.0 -margin_bottom = 29.0 -text = "Do not Download addons" -flat = true -__meta__ = { -"_edit_use_anchors_": false -} - [node name="ServerLineEdit" type="LineEdit" parent="Panel/TabContainer/Nyoom/Panel"] anchor_right = 1.0 margin_left = 8.0 @@ -532,6 +520,7 @@ text = "Exit" [node name="Dialog" parent="." instance=ExtResource( 5 )] [node name="DownloadDialog" parent="." instance=ExtResource( 10 )] +visible = false margin_top = 72.0 margin_right = -25.0 margin_bottom = -152.0