From c766a50949de2bfb0700b8234e8e9d12fc31d1d2 Mon Sep 17 00:00:00 2001 From: tommy-l-ngo Date: Sat, 13 Nov 2021 02:38:35 -0600 Subject: [PATCH] Added temporary title screen text --- godot_ship/scenes/Title Screen.tscn | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/godot_ship/scenes/Title Screen.tscn b/godot_ship/scenes/Title Screen.tscn index a309212..e65961a 100644 --- a/godot_ship/scenes/Title Screen.tscn +++ b/godot_ship/scenes/Title Screen.tscn @@ -53,6 +53,28 @@ margin_bottom = 92.0 focus_neighbour_bottom = NodePath("../Singleplayer") text = "Quit" +[node name="Label" type="Label" parent="."] +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -128.8 +margin_top = -43.9321 +margin_right = -42.8001 +margin_bottom = -29.9321 +rect_scale = Vector2( 3, 3 ) +size_flags_stretch_ratio = 0.0 +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 +custom_constants/shadow_offset_y = 1 +text = "BOAT BATTLE" +align = 1 +valign = 1 +__meta__ = { +"_edit_use_anchors_": false +} + [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"]