Added credits screen off of main menu
This commit is contained in:
parent
e46d1066c0
commit
e2a9eb2507
5 changed files with 59 additions and 29 deletions
|
|
@ -21,8 +21,8 @@ anchors_preset = 13
|
|||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 1.0
|
||||
offset_top = -100.0
|
||||
offset_bottom = -100.0
|
||||
offset_top = -120.0
|
||||
offset_bottom = -120.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
|
|
@ -44,10 +44,10 @@ layout_mode = 1
|
|||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = -46.5
|
||||
offset_top = 111.0
|
||||
offset_right = 46.5
|
||||
offset_bottom = 142.0
|
||||
offset_left = -75.0
|
||||
offset_top = 105.0
|
||||
offset_right = 75.0
|
||||
offset_bottom = 140.0
|
||||
grow_horizontal = 2
|
||||
text = "New Game"
|
||||
|
||||
|
|
@ -56,9 +56,21 @@ layout_mode = 1
|
|||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = -46.5
|
||||
offset_top = 150.0
|
||||
offset_right = 46.5
|
||||
offset_bottom = 181.0
|
||||
offset_left = -75.0
|
||||
offset_top = 205.0
|
||||
offset_right = 75.0
|
||||
offset_bottom = 240.0
|
||||
grow_horizontal = 2
|
||||
text = "Quit"
|
||||
|
||||
[node name="Credits" type="Button" parent="Container"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = -75.0
|
||||
offset_top = 155.0
|
||||
offset_right = 75.0
|
||||
offset_bottom = 190.0
|
||||
grow_horizontal = 2
|
||||
text = "Credits"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue