mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2024-11-15 05:25:57 +00:00
Added temporary title screen text
This commit is contained in:
parent
b0995cbd0d
commit
c766a50949
@ -53,6 +53,28 @@ margin_bottom = 92.0
|
|||||||
focus_neighbour_bottom = NodePath("../Singleplayer")
|
focus_neighbour_bottom = NodePath("../Singleplayer")
|
||||||
text = "Quit"
|
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/Singleplayer" to="." method="_on_Singleplayer_pressed"]
|
||||||
[connection signal="pressed" from="VBoxContainer/Multiplayer" to="." method="_on_Multiplayer_pressed"]
|
[connection signal="pressed" from="VBoxContainer/Multiplayer" to="." method="_on_Multiplayer_pressed"]
|
||||||
[connection signal="pressed" from="VBoxContainer/Options" to="." method="_on_Options_pressed"]
|
[connection signal="pressed" from="VBoxContainer/Options" to="." method="_on_Options_pressed"]
|
||||||
|
Loading…
Reference in New Issue
Block a user