2021-11-14 08:50:39 +00:00
|
|
|
[gd_scene load_steps=5 format=2]
|
2021-10-20 02:13:23 +00:00
|
|
|
|
2021-11-14 08:50:39 +00:00
|
|
|
[ext_resource path="res://light_theme.tres" type="Theme" id=1]
|
2021-10-20 04:39:04 +00:00
|
|
|
[ext_resource path="res://script/title screen/Title Screen.gd" type="Script" id=2]
|
2021-11-13 21:18:12 +00:00
|
|
|
[ext_resource path="res://assets/font/Minecraft.ttf" type="DynamicFontData" id=3]
|
|
|
|
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
|
|
size = 44
|
|
|
|
outline_size = 2
|
|
|
|
outline_color = Color( 0, 0, 0, 1 )
|
|
|
|
font_data = ExtResource( 3 )
|
2021-10-15 01:46:51 +00:00
|
|
|
|
|
|
|
[node name="Title Node" type="Control"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
2021-11-14 08:50:39 +00:00
|
|
|
theme = ExtResource( 1 )
|
2021-10-20 02:13:23 +00:00
|
|
|
script = ExtResource( 2 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
|
|
anchor_left = 0.5
|
2021-10-20 04:44:26 +00:00
|
|
|
anchor_top = 0.5
|
2021-10-20 02:13:23 +00:00
|
|
|
anchor_right = 0.5
|
2021-10-20 04:44:26 +00:00
|
|
|
anchor_bottom = 0.5
|
2021-11-14 08:50:39 +00:00
|
|
|
margin_left = -80.0
|
|
|
|
margin_top = 11.0
|
|
|
|
margin_right = 80.0
|
|
|
|
margin_bottom = 119.0
|
2021-10-15 01:46:51 +00:00
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
2021-10-20 02:13:23 +00:00
|
|
|
|
|
|
|
[node name="Singleplayer" type="Button" parent="VBoxContainer"]
|
2021-11-24 08:50:05 +00:00
|
|
|
visible = false
|
2021-11-14 08:50:39 +00:00
|
|
|
margin_right = 160.0
|
|
|
|
margin_bottom = 24.0
|
2021-10-20 02:13:23 +00:00
|
|
|
focus_neighbour_top = NodePath("../Quit")
|
|
|
|
text = "Single Player"
|
|
|
|
|
|
|
|
[node name="Multiplayer" type="Button" parent="VBoxContainer"]
|
2021-11-14 08:50:39 +00:00
|
|
|
margin_right = 160.0
|
2021-11-24 08:50:05 +00:00
|
|
|
margin_bottom = 24.0
|
2021-12-06 19:05:30 +00:00
|
|
|
text = "Start"
|
2021-10-20 02:13:23 +00:00
|
|
|
|
|
|
|
[node name="Options" type="Button" parent="VBoxContainer"]
|
2021-11-24 08:50:05 +00:00
|
|
|
margin_top = 28.0
|
2021-11-14 08:50:39 +00:00
|
|
|
margin_right = 160.0
|
2021-11-24 08:50:05 +00:00
|
|
|
margin_bottom = 52.0
|
2021-10-20 02:13:23 +00:00
|
|
|
text = "Options"
|
|
|
|
|
2021-11-23 04:35:28 +00:00
|
|
|
[node name="Credits" type="Button" parent="VBoxContainer"]
|
2021-11-24 08:50:05 +00:00
|
|
|
margin_top = 56.0
|
2021-11-14 08:50:39 +00:00
|
|
|
margin_right = 160.0
|
2021-11-24 08:50:05 +00:00
|
|
|
margin_bottom = 80.0
|
2021-11-23 04:35:28 +00:00
|
|
|
text = "Credits"
|
|
|
|
|
|
|
|
[node name="Quit" type="Button" parent="VBoxContainer"]
|
2021-11-24 08:50:05 +00:00
|
|
|
margin_top = 84.0
|
2021-11-23 04:35:28 +00:00
|
|
|
margin_right = 160.0
|
2021-11-24 08:50:05 +00:00
|
|
|
margin_bottom = 108.0
|
2021-10-20 02:13:23 +00:00
|
|
|
focus_neighbour_bottom = NodePath("../Singleplayer")
|
|
|
|
text = "Quit"
|
|
|
|
|
2021-11-13 08:38:35 +00:00
|
|
|
[node name="Label" type="Label" parent="."]
|
|
|
|
anchor_left = 0.5
|
|
|
|
anchor_top = 0.5
|
|
|
|
anchor_right = 0.5
|
|
|
|
anchor_bottom = 0.5
|
2021-11-13 21:18:12 +00:00
|
|
|
margin_left = -157.0
|
2021-11-14 08:50:39 +00:00
|
|
|
margin_top = -59.0
|
2021-11-13 21:18:12 +00:00
|
|
|
margin_right = 157.0
|
2021-11-14 08:50:39 +00:00
|
|
|
margin_bottom = -15.0
|
2021-11-13 08:38:35 +00:00
|
|
|
size_flags_stretch_ratio = 0.0
|
2021-11-13 21:18:12 +00:00
|
|
|
custom_fonts/font = SubResource( 1 )
|
2021-11-24 04:44:53 +00:00
|
|
|
custom_colors/font_color = Color( 1, 1, 1, 1 )
|
2021-11-13 08:38:35 +00:00
|
|
|
custom_colors/font_outline_modulate = Color( 0, 0, 0, 1 )
|
|
|
|
custom_colors/font_color_shadow = Color( 0, 0, 0, 1 )
|
|
|
|
custom_constants/shadow_offset_x = 0
|
2021-11-13 21:18:12 +00:00
|
|
|
custom_constants/shadow_offset_y = 8
|
2021-11-13 08:38:35 +00:00
|
|
|
text = "BOAT BATTLE"
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2021-10-20 02:13:23 +00:00
|
|
|
[connection signal="pressed" from="VBoxContainer/Singleplayer" to="." method="_on_Singleplayer_pressed"]
|
|
|
|
[connection signal="pressed" from="VBoxContainer/Multiplayer" to="." method="_on_Multiplayer_pressed"]
|
|
|
|
[connection signal="pressed" from="VBoxContainer/Options" to="." method="_on_Options_pressed"]
|
2021-11-23 04:35:28 +00:00
|
|
|
[connection signal="pressed" from="VBoxContainer/Credits" to="." method="_on_Credits_pressed"]
|
2021-10-20 02:13:23 +00:00
|
|
|
[connection signal="pressed" from="VBoxContainer/Quit" to="." method="_on_Quit_pressed"]
|