mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2024-11-14 21:15:58 +00:00
idk
This commit is contained in:
parent
be4429a717
commit
16b0e57170
@ -1,6 +1,5 @@
|
||||
[gd_scene load_steps=5 format=2]
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://dark_theme.tres" type="Theme" id=1]
|
||||
[ext_resource path="res://script/title screen/Title Screen.gd" type="Script" id=2]
|
||||
[ext_resource path="res://assets/font/Minecraft.ttf" type="DynamicFontData" id=3]
|
||||
|
||||
@ -13,7 +12,6 @@ font_data = ExtResource( 3 )
|
||||
[node name="Title Node" type="Control"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
theme = ExtResource( 1 )
|
||||
script = ExtResource( 2 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
@ -34,26 +32,26 @@ __meta__ = {
|
||||
|
||||
[node name="Singleplayer" type="Button" parent="VBoxContainer"]
|
||||
margin_right = 136.0
|
||||
margin_bottom = 1.0
|
||||
margin_bottom = 20.0
|
||||
focus_neighbour_top = NodePath("../Quit")
|
||||
text = "Single Player"
|
||||
|
||||
[node name="Multiplayer" type="Button" parent="VBoxContainer"]
|
||||
margin_top = 5.0
|
||||
margin_top = 24.0
|
||||
margin_right = 136.0
|
||||
margin_bottom = 6.0
|
||||
margin_bottom = 44.0
|
||||
text = "Multiplayer"
|
||||
|
||||
[node name="Options" type="Button" parent="VBoxContainer"]
|
||||
margin_top = 10.0
|
||||
margin_top = 48.0
|
||||
margin_right = 136.0
|
||||
margin_bottom = 11.0
|
||||
margin_bottom = 68.0
|
||||
text = "Options"
|
||||
|
||||
[node name="Quit" type="Button" parent="VBoxContainer"]
|
||||
margin_top = 15.0
|
||||
margin_top = 72.0
|
||||
margin_right = 136.0
|
||||
margin_bottom = 16.0
|
||||
margin_bottom = 92.0
|
||||
focus_neighbour_bottom = NodePath("../Singleplayer")
|
||||
text = "Quit"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user