mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-12 21:42:23 +02:00
Added sounds to titlescreen
This commit is contained in:
@@ -160,20 +160,23 @@ anchor_left = -0.00168862
|
||||
anchor_top = -0.003002
|
||||
anchor_right = 0.998311
|
||||
anchor_bottom = 0.996998
|
||||
margin_left = 0.875977
|
||||
margin_right = 0.875977
|
||||
margin_left = 0.810538
|
||||
margin_top = -0.18946
|
||||
margin_right = -141.189
|
||||
margin_bottom = -89.1895
|
||||
script = ExtResource( 3 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="Startup" parent="." instance=ExtResource( 2 )]
|
||||
scale = Vector2( 1.50376, 1.50079 )
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
anchor_left = 0.623951
|
||||
anchor_top = 0.056
|
||||
anchor_right = 0.970827
|
||||
anchor_bottom = 0.469669
|
||||
anchor_left = 0.619068
|
||||
anchor_top = 1.05219
|
||||
anchor_right = 0.965944
|
||||
anchor_bottom = 1.46586
|
||||
margin_left = 1.52588e-05
|
||||
__meta__ = {
|
||||
"_edit_group_": true,
|
||||
@@ -181,7 +184,7 @@ __meta__ = {
|
||||
}
|
||||
|
||||
[node name="NewGameButton" parent="VBoxContainer" instance=ExtResource( 1 )]
|
||||
margin_right = 166.0
|
||||
margin_right = 117.0
|
||||
scene_to_load = "res://World.tscn"
|
||||
|
||||
[node name="Label" parent="VBoxContainer/NewGameButton" index="0"]
|
||||
@@ -189,7 +192,7 @@ text = "New Game"
|
||||
|
||||
[node name="CreditsButton" parent="VBoxContainer" instance=ExtResource( 1 )]
|
||||
margin_top = 24.0
|
||||
margin_right = 166.0
|
||||
margin_right = 117.0
|
||||
margin_bottom = 44.0
|
||||
scene_to_load = "res://Menus/Credits/Credits.tscn"
|
||||
|
||||
@@ -198,7 +201,7 @@ text = "Credits"
|
||||
|
||||
[node name="QuitButton" parent="VBoxContainer" instance=ExtResource( 1 )]
|
||||
margin_top = 48.0
|
||||
margin_right = 166.0
|
||||
margin_right = 117.0
|
||||
margin_bottom = 68.0
|
||||
quit = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user