GMTKJam2021/MainMenu.tscn

70 lines
1.9 KiB
Plaintext
Raw Normal View History

2021-06-11 21:35:15 +02:00
[gd_scene load_steps=2 format=2]
[ext_resource path="res://assets/menu/graphics/placeholder-image.png" type="Texture" id=1]
2021-06-11 21:22:59 +02:00
[node name="Control" type="MarginContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
[node name="HBoxContainer" type="HBoxContainer" parent="."]
margin_right = 1280.0
margin_bottom = 720.0
[node name="MenuContainer" type="CenterContainer" parent="HBoxContainer"]
2021-06-11 21:35:15 +02:00
margin_right = 131.0
2021-06-11 21:22:59 +02:00
margin_bottom = 720.0
[node name="MenuContainerStack" type="VBoxContainer" parent="HBoxContainer/MenuContainer"]
margin_top = 326.0
2021-06-11 21:35:15 +02:00
margin_right = 131.0
2021-06-11 21:22:59 +02:00
margin_bottom = 394.0
[node name="Title" type="Label" parent="HBoxContainer/MenuContainer/MenuContainerStack"]
2021-06-11 21:35:15 +02:00
margin_right = 131.0
2021-06-11 21:22:59 +02:00
margin_bottom = 14.0
2021-06-11 21:35:15 +02:00
size_flags_horizontal = 5
text = "That's a game alright"
2021-06-11 21:22:59 +02:00
[node name="LabelContainer" type="VBoxContainer" parent="HBoxContainer/MenuContainer/MenuContainerStack"]
margin_top = 18.0
2021-06-11 21:35:15 +02:00
margin_right = 131.0
2021-06-11 21:22:59 +02:00
margin_bottom = 68.0
[node name="Start" type="Label" parent="HBoxContainer/MenuContainer/MenuContainerStack/LabelContainer"]
2021-06-11 21:35:15 +02:00
margin_left = 51.0
margin_right = 80.0
2021-06-11 21:22:59 +02:00
margin_bottom = 14.0
2021-06-11 21:35:15 +02:00
size_flags_horizontal = 4
size_flags_vertical = 0
text = "Start"
2021-06-11 21:22:59 +02:00
[node name="Options" type="Label" parent="HBoxContainer/MenuContainer/MenuContainerStack/LabelContainer"]
2021-06-11 21:35:15 +02:00
margin_left = 40.0
2021-06-11 21:22:59 +02:00
margin_top = 18.0
2021-06-11 21:35:15 +02:00
margin_right = 91.0
2021-06-11 21:22:59 +02:00
margin_bottom = 32.0
2021-06-11 21:35:15 +02:00
size_flags_horizontal = 4
size_flags_vertical = 0
text = "Options"
2021-06-11 21:22:59 +02:00
[node name="Exit" type="Label" parent="HBoxContainer/MenuContainer/MenuContainerStack/LabelContainer"]
2021-06-11 21:35:15 +02:00
margin_left = 54.0
2021-06-11 21:22:59 +02:00
margin_top = 36.0
2021-06-11 21:35:15 +02:00
margin_right = 77.0
2021-06-11 21:22:59 +02:00
margin_bottom = 50.0
2021-06-11 21:35:15 +02:00
size_flags_horizontal = 4
size_flags_vertical = 0
text = "Exit"
2021-06-11 21:22:59 +02:00
[node name="LogoContainer" type="CenterContainer" parent="HBoxContainer"]
2021-06-11 21:35:15 +02:00
margin_left = 135.0
margin_right = 935.0
2021-06-11 21:22:59 +02:00
margin_bottom = 720.0
[node name="Logo" type="TextureRect" parent="HBoxContainer/LogoContainer"]
2021-06-11 21:35:15 +02:00
margin_top = 60.0
margin_right = 800.0
margin_bottom = 660.0
texture = ExtResource( 1 )
stretch_mode = 4