mirror of
https://github.com/mightypanders/GMTKJam2021.git
synced 2025-01-30 21:59:55 +01:00
add mainmenu template
This commit is contained in:
parent
5d1c52cc37
commit
7936686809
43
MainMenu.tscn
Normal file
43
MainMenu.tscn
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
[gd_scene format=2]
|
||||||
|
|
||||||
|
[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"]
|
||||||
|
margin_bottom = 720.0
|
||||||
|
|
||||||
|
[node name="MenuContainerStack" type="VBoxContainer" parent="HBoxContainer/MenuContainer"]
|
||||||
|
margin_top = 326.0
|
||||||
|
margin_bottom = 394.0
|
||||||
|
|
||||||
|
[node name="Title" type="Label" parent="HBoxContainer/MenuContainer/MenuContainerStack"]
|
||||||
|
margin_bottom = 14.0
|
||||||
|
|
||||||
|
[node name="LabelContainer" type="VBoxContainer" parent="HBoxContainer/MenuContainer/MenuContainerStack"]
|
||||||
|
margin_top = 18.0
|
||||||
|
margin_bottom = 68.0
|
||||||
|
|
||||||
|
[node name="Start" type="Label" parent="HBoxContainer/MenuContainer/MenuContainerStack/LabelContainer"]
|
||||||
|
margin_bottom = 14.0
|
||||||
|
|
||||||
|
[node name="Options" type="Label" parent="HBoxContainer/MenuContainer/MenuContainerStack/LabelContainer"]
|
||||||
|
margin_top = 18.0
|
||||||
|
margin_bottom = 32.0
|
||||||
|
|
||||||
|
[node name="Exit" type="Label" parent="HBoxContainer/MenuContainer/MenuContainerStack/LabelContainer"]
|
||||||
|
margin_top = 36.0
|
||||||
|
margin_bottom = 50.0
|
||||||
|
|
||||||
|
[node name="LogoContainer" type="CenterContainer" parent="HBoxContainer"]
|
||||||
|
margin_left = 4.0
|
||||||
|
margin_right = 4.0
|
||||||
|
margin_bottom = 720.0
|
||||||
|
|
||||||
|
[node name="Logo" type="TextureRect" parent="HBoxContainer/LogoContainer"]
|
||||||
|
margin_top = 360.0
|
||||||
|
margin_bottom = 360.0
|
Loading…
Reference in New Issue
Block a user