about summary refs log tree commit diff stats
path: root/apworld/client/settings_screen.tscn
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-09-25 14:14:22 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-09-25 14:14:22 -0400
commitcb2eca4fed1eb3692eaa13715f65ebcaf8472b64 (patch)
tree7d11ad1db462c0af4de9da02bde8e44899e0e282 /apworld/client/settings_screen.tscn
parent72b9d1f0952aee6e72b9478118dc99e08ff1fa54 (diff)
downloadlingo2-archipelago-cb2eca4fed1eb3692eaa13715f65ebcaf8472b64.tar.gz
lingo2-archipelago-cb2eca4fed1eb3692eaa13715f65ebcaf8472b64.tar.bz2
lingo2-archipelago-cb2eca4fed1eb3692eaa13715f65ebcaf8472b64.zip
Client can be run from zipped apworld now
Diffstat (limited to 'apworld/client/settings_screen.tscn')
-rw-r--r--apworld/client/settings_screen.tscn173
1 files changed, 0 insertions, 173 deletions
diff --git a/apworld/client/settings_screen.tscn b/apworld/client/settings_screen.tscn deleted file mode 100644 index 63d5dbe..0000000 --- a/apworld/client/settings_screen.tscn +++ /dev/null
@@ -1,173 +0,0 @@
1[gd_scene load_steps=11 format=2]
2
3[ext_resource path="res://images/unchecked.png" type="Texture" id=7]
4[ext_resource path="res://images/checked.png" type="Texture" id=8]
5[ext_resource type="Theme" uid="uid://7w454egydi41" path="res://assets/themes/baseUI.tres" id="2_g4bvn"]
6
7[sub_resource type="StyleBoxFlat" id=1]
8bg_color = Color( 0, 0, 0, 0 )
9
10[sub_resource type="StyleBoxFlat" id=2]
11bg_color = Color( 1, 1, 1, 1 )
12border_width_left = 1
13border_width_top = 1
14border_width_right = 1
15border_width_bottom = 1
16border_color = Color( 1, 1, 0, 1 )
17border_blend = true
18corner_radius_top_left = 3
19corner_radius_top_right = 3
20corner_radius_bottom_right = 3
21corner_radius_bottom_left = 3
22expand_offset_left = 5.0
23expand_offset_right = 5.0
24expand_offset_top = 5.0
25expand_offset_bottom = 5.0
26
27[sub_resource id=4 type="GDScript"]
28script/source = "extends Node2D
29
30
31func _ready():
32 var runtime = global.get_node(\"Runtime\")
33 var main_script = runtime.load_path(\"main.gd\")
34 var main_node = main_script.new()
35 main_node.name = \"Main\"
36 add_child(main_node)
37
38"
39
40[node name="settings_screen" type="Node2D"]
41script = SubResource( 4 )
42
43[node name="Panel" type="Panel" parent="."]
44offset_right = 1920.0
45offset_bottom = 1080.0
46
47[node name="title" parent="Panel" type="Label"]
48offset_left = 0.0
49offset_top = 75.0
50offset_right = 1920.0
51offset_bottom = 225.0
52text = "ARCHIPELAGO"
53valign = 1
54horizontal_alignment = 1
55theme = ExtResource("2_g4bvn")
56
57[node name="credit" parent="Panel" type="Label"]
58visible = false
59offset_left = 1278.0
60offset_top = 974.0
61offset_right = 1868.0
62offset_bottom = 1034.0
63text = "Brenton Wildes"
64theme = ExtResource("2_g4bvn")
65
66[node name="connect_button" parent="Panel" type="Button"]
67offset_left = 255.0
68offset_top = 875.0
69offset_right = 891.0
70offset_bottom = 1025.0
71custom_colors/font_color_hover = Color( 1, 0.501961, 0, 1 )
72text = "CONNECT"
73theme = ExtResource("2_g4bvn")
74
75[node name="quit_button" parent="Panel" type="Button"]
76offset_left = 1102.0
77offset_top = 875.0
78offset_right = 1738.0
79offset_bottom = 1025.0
80custom_colors/font_color_hover = Color( 1, 0, 0, 1 )
81text = "QUIT"
82theme = ExtResource("2_g4bvn")
83
84[node name="credit2" parent="Panel" type="Label"]
85offset_left = -105.0
86offset_top = 346.0
87offset_right = 485.0
88offset_bottom = 410.0
89custom_styles/normal = SubResource( 1 )
90text = "SERVER"
91align = 2
92theme = ExtResource("2_g4bvn")
93
94[node name="credit5" parent="Panel" type="Label"]
95offset_left = 1239.0
96offset_top = 422.0
97offset_right = 1829.0
98offset_bottom = 486.0
99custom_styles/normal = SubResource( 1 )
100text = "OPTIONS"
101theme = ExtResource("2_g4bvn")
102
103[node name="credit3" parent="Panel" type="Label"]
104offset_left = -105.0
105offset_top = 519.0
106offset_right = 485.0
107offset_bottom = 583.0
108custom_styles/normal = SubResource( 1 )
109text = "PLAYER"
110align = 2
111theme = ExtResource("2_g4bvn")
112
113[node name="credit4" parent="Panel" type="Label"]
114offset_left = -105.0
115offset_top = 704.0
116offset_right = 485.0
117offset_bottom = 768.0
118custom_styles/normal = SubResource( 1 )
119text = "PASSWORD"
120align = 2
121theme = ExtResource("2_g4bvn")
122
123[node name="server_box" type="LineEdit" parent="Panel"]
124offset_left = 502.0
125offset_top = 295.0
126offset_right = 1144.0
127offset_bottom = 445.0
128custom_colors/selection_color = Color( 0.482353, 0, 0, 1 )
129custom_colors/cursor_color = Color( 0, 0, 0, 1 )
130custom_colors/font_color = Color( 0, 0, 0, 1 )
131custom_styles/focus = SubResource( 2 )
132align = 1
133caret_blink = true
134
135[node name="player_box" type="LineEdit" parent="Panel"]
136offset_left = 502.0
137offset_top = 477.0
138offset_right = 1144.0
139offset_bottom = 627.0
140custom_colors/selection_color = Color( 0.482353, 0, 0, 1 )
141custom_colors/cursor_color = Color( 0, 0, 0, 1 )
142custom_colors/font_color = Color( 0, 0, 0, 1 )
143custom_styles/focus = SubResource( 2 )
144align = 1
145caret_blink = true
146
147[node name="password_box" type="LineEdit" parent="Panel"]
148offset_left = 502.0
149offset_top = 659.0
150offset_right = 1144.0
151offset_bottom = 809.0
152custom_colors/selection_color = Color( 0.482353, 0, 0, 1 )
153custom_colors/cursor_color = Color( 0, 0, 0, 1 )
154custom_colors/font_color = Color( 0, 0, 0, 1 )
155custom_styles/focus = SubResource( 2 )
156align = 1
157caret_blink = true
158
159[node name="AcceptDialog" type="AcceptDialog" parent="Panel"]
160offset_right = 83.0
161offset_bottom = 58.0
162
163[node name="VersionMismatch" type="ConfirmationDialog" parent="Panel"]
164offset_right = 83.0
165offset_bottom = 58.0
166
167[node name="connection_history" type="MenuButton" parent="Panel"]
168offset_left = 1239.0
169offset_top = 276.0
170offset_right = 1829.0
171offset_bottom = 372.0
172text = "connection history"
173flat = false