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