diff options
Diffstat (limited to 'archipelago.tscn')
-rw-r--r-- | archipelago.tscn | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/archipelago.tscn b/archipelago.tscn index f0b8ab9..f063af9 100644 --- a/archipelago.tscn +++ b/archipelago.tscn | |||
@@ -86,9 +86,9 @@ align = 2 | |||
86 | 86 | ||
87 | [node name="credit5" parent="Panel" instance=ExtResource( 1 )] | 87 | [node name="credit5" parent="Panel" instance=ExtResource( 1 )] |
88 | margin_left = 1239.0 | 88 | margin_left = 1239.0 |
89 | margin_top = 271.0 | 89 | margin_top = 422.0 |
90 | margin_right = 1829.0 | 90 | margin_right = 1829.0 |
91 | margin_bottom = 335.0 | 91 | margin_bottom = 486.0 |
92 | custom_fonts/font = ExtResource( 2 ) | 92 | custom_fonts/font = ExtResource( 2 ) |
93 | custom_styles/normal = SubResource( 1 ) | 93 | custom_styles/normal = SubResource( 1 ) |
94 | text = "OPTIONS" | 94 | text = "OPTIONS" |
@@ -155,9 +155,9 @@ margin_bottom = 58.0 | |||
155 | 155 | ||
156 | [node name="confusing_box" type="CheckBox" parent="Panel"] | 156 | [node name="confusing_box" type="CheckBox" parent="Panel"] |
157 | margin_left = 1227.0 | 157 | margin_left = 1227.0 |
158 | margin_top = 351.0 | 158 | margin_top = 502.0 |
159 | margin_right = 1832.0 | 159 | margin_right = 1832.0 |
160 | margin_bottom = 439.0 | 160 | margin_bottom = 590.0 |
161 | custom_fonts/font = ExtResource( 6 ) | 161 | custom_fonts/font = ExtResource( 6 ) |
162 | custom_icons/checked = ExtResource( 8 ) | 162 | custom_icons/checked = ExtResource( 8 ) |
163 | custom_icons/unchecked = ExtResource( 7 ) | 163 | custom_icons/unchecked = ExtResource( 7 ) |
@@ -165,9 +165,9 @@ text = "Make world more confusing" | |||
165 | 165 | ||
166 | [node name="multiplayer_box" type="CheckBox" parent="Panel"] | 166 | [node name="multiplayer_box" type="CheckBox" parent="Panel"] |
167 | margin_left = 1227.0 | 167 | margin_left = 1227.0 |
168 | margin_top = 461.0 | 168 | margin_top = 612.0 |
169 | margin_right = 1832.0 | 169 | margin_right = 1832.0 |
170 | margin_bottom = 549.0 | 170 | margin_bottom = 700.0 |
171 | custom_fonts/font = ExtResource( 6 ) | 171 | custom_fonts/font = ExtResource( 6 ) |
172 | custom_icons/checked = ExtResource( 8 ) | 172 | custom_icons/checked = ExtResource( 8 ) |
173 | custom_icons/unchecked = ExtResource( 7 ) | 173 | custom_icons/unchecked = ExtResource( 7 ) |
@@ -175,13 +175,22 @@ text = "Show other players" | |||
175 | 175 | ||
176 | [node name="position_box" type="CheckBox" parent="Panel"] | 176 | [node name="position_box" type="CheckBox" parent="Panel"] |
177 | margin_left = 1227.0 | 177 | margin_left = 1227.0 |
178 | margin_top = 571.0 | 178 | margin_top = 722.0 |
179 | margin_right = 1832.0 | 179 | margin_right = 1832.0 |
180 | margin_bottom = 654.0 | 180 | margin_bottom = 810.0 |
181 | custom_fonts/font = ExtResource( 6 ) | 181 | custom_fonts/font = ExtResource( 6 ) |
182 | custom_icons/checked = ExtResource( 8 ) | 182 | custom_icons/checked = ExtResource( 8 ) |
183 | custom_icons/unchecked = ExtResource( 7 ) | 183 | custom_icons/unchecked = ExtResource( 7 ) |
184 | text = "Send position to tracker" | 184 | text = "Send position to tracker" |
185 | 185 | ||
186 | [node name="connection_history" type="MenuButton" parent="Panel"] | ||
187 | margin_left = 1239.0 | ||
188 | margin_top = 276.0 | ||
189 | margin_right = 1829.0 | ||
190 | margin_bottom = 372.0 | ||
191 | custom_fonts/font = ExtResource( 6 ) | ||
192 | text = "connection history" | ||
193 | flat = false | ||
194 | |||
186 | [connection signal="pressed" from="Panel/connect_button" to="Panel/connect_button" method="_connect_pressed"] | 195 | [connection signal="pressed" from="Panel/connect_button" to="Panel/connect_button" method="_connect_pressed"] |
187 | [connection signal="pressed" from="Panel/quit_button" to="Panel/quit_button" method="_back_pressed"] | 196 | [connection signal="pressed" from="Panel/quit_button" to="Panel/quit_button" method="_back_pressed"] |