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