From 75e5821d9b128ffd68609b0842fe8e235ebde5db Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 21 Nov 2023 14:39:30 -0500 Subject: confusing world is now an option --- archipelago.tscn | 47 ++++++++++++++++++++++++++++++++++------------- 1 file changed, 34 insertions(+), 13 deletions(-) (limited to 'archipelago.tscn') diff --git a/archipelago.tscn b/archipelago.tscn index bad8631..884cbb5 100644 --- a/archipelago.tscn +++ b/archipelago.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=9 format=2] +[gd_scene load_steps=11 format=2] [ext_resource path="res://nodes/label.tscn" type="PackedScene" id=1] [ext_resource path="res://fonts/Lingo.tres" type="DynamicFont" id=2] @@ -6,6 +6,8 @@ [ext_resource path="user://maps/Archipelago/settings_buttons.gd" type="Script" id=4] [ext_resource path="user://maps/Archipelago/settings_screen.gd" type="Script" id=5] [ext_resource path="res://fonts/Lingo35.tres" type="DynamicFont" id=6] +[ext_resource path="res://images/unchecked.png" type="Texture" id=7] +[ext_resource path="res://images/checked.png" type="Texture" id=8] [sub_resource type="StyleBoxFlat" id=1] bg_color = Color( 0, 0, 0, 0 ) @@ -73,19 +75,28 @@ text = "BACK" script = ExtResource( 4 ) [node name="credit2" parent="Panel" instance=ExtResource( 1 )] -margin_left = 75.0 +margin_left = -105.0 margin_top = 346.0 -margin_right = 665.0 +margin_right = 485.0 margin_bottom = 410.0 custom_fonts/font = ExtResource( 2 ) custom_styles/normal = SubResource( 1 ) text = "SERVER" align = 2 +[node name="credit5" parent="Panel" instance=ExtResource( 1 )] +margin_left = 1239.0 +margin_top = 271.0 +margin_right = 1829.0 +margin_bottom = 335.0 +custom_fonts/font = ExtResource( 2 ) +custom_styles/normal = SubResource( 1 ) +text = "OPTIONS" + [node name="credit3" parent="Panel" instance=ExtResource( 1 )] -margin_left = 75.0 +margin_left = -105.0 margin_top = 519.0 -margin_right = 665.0 +margin_right = 485.0 margin_bottom = 583.0 custom_fonts/font = ExtResource( 2 ) custom_styles/normal = SubResource( 1 ) @@ -93,9 +104,9 @@ text = "PLAYER" align = 2 [node name="credit4" parent="Panel" instance=ExtResource( 1 )] -margin_left = 75.0 +margin_left = -105.0 margin_top = 704.0 -margin_right = 665.0 +margin_right = 485.0 margin_bottom = 768.0 custom_fonts/font = ExtResource( 2 ) custom_styles/normal = SubResource( 1 ) @@ -103,9 +114,9 @@ text = "PASSWORD" align = 2 [node name="server_box" type="LineEdit" parent="Panel"] -margin_left = 682.0 +margin_left = 502.0 margin_top = 295.0 -margin_right = 1324.0 +margin_right = 1144.0 margin_bottom = 445.0 custom_colors/selection_color = Color( 0.482353, 0, 0, 1 ) custom_colors/cursor_color = Color( 0, 0, 0, 1 ) @@ -115,9 +126,9 @@ align = 1 caret_blink = true [node name="player_box" type="LineEdit" parent="Panel"] -margin_left = 682.0 +margin_left = 502.0 margin_top = 477.0 -margin_right = 1324.0 +margin_right = 1144.0 margin_bottom = 627.0 custom_colors/selection_color = Color( 0.482353, 0, 0, 1 ) custom_colors/cursor_color = Color( 0, 0, 0, 1 ) @@ -127,9 +138,9 @@ align = 1 caret_blink = true [node name="password_box" type="LineEdit" parent="Panel"] -margin_left = 682.0 +margin_left = 502.0 margin_top = 659.0 -margin_right = 1324.0 +margin_right = 1144.0 margin_bottom = 809.0 custom_colors/selection_color = Color( 0.482353, 0, 0, 1 ) custom_colors/cursor_color = Color( 0, 0, 0, 1 ) @@ -142,5 +153,15 @@ caret_blink = true margin_right = 83.0 margin_bottom = 58.0 +[node name="confusing_box" type="CheckBox" parent="Panel"] +margin_left = 1227.0 +margin_top = 351.0 +margin_right = 1832.0 +margin_bottom = 439.0 +custom_fonts/font = ExtResource( 6 ) +custom_icons/checked = ExtResource( 8 ) +custom_icons/unchecked = ExtResource( 7 ) +text = "Make world more confusing" + [connection signal="pressed" from="Panel/connect_button" to="Panel/connect_button" method="_connect_pressed"] [connection signal="pressed" from="Panel/quit_button" to="Panel/quit_button" method="_back_pressed"] -- cgit 1.4.1