diff options
Diffstat (limited to 'scenes/mainmenu.tscn')
-rw-r--r-- | scenes/mainmenu.tscn | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/scenes/mainmenu.tscn b/scenes/mainmenu.tscn index 492435a..428593f 100644 --- a/scenes/mainmenu.tscn +++ b/scenes/mainmenu.tscn @@ -8,12 +8,13 @@ [node name="Menu" type="Control"] margin_right = 214.0 margin_bottom = 120.0 +theme = ExtResource( 4 ) script = ExtResource( 1 ) [node name="ColorRect" type="ColorRect" parent="."] margin_right = 214.0 margin_bottom = 120.0 -color = Color( 0, 0, 0, 1 ) +color = Color( 0.0823529, 0.0745098, 0.117647, 1 ) [node name="Label" type="Label" parent="."] anchor_left = 0.5 @@ -21,7 +22,6 @@ anchor_right = 0.5 margin_left = -48.0 margin_right = 48.0 margin_bottom = 16.0 -custom_colors/font_color_shadow = Color( 0.894118, 0.313726, 0, 1 ) text = "BasketBALLAZ" [node name="Control" type="Control" parent="."] @@ -41,40 +41,40 @@ margin_bottom = 76.0 [node name="StartButton" type="Button" parent="Control/VBoxContainer"] margin_right = 100.0 -margin_bottom = 22.0 +margin_bottom = 18.0 text = "Start" [node name="LeaderboardButton" type="Button" parent="Control/VBoxContainer"] -margin_top = 26.0 +margin_top = 22.0 margin_right = 100.0 -margin_bottom = 48.0 +margin_bottom = 40.0 disabled = true text = "Leaderboard" [node name="HelpButton" type="Button" parent="Control/VBoxContainer"] -margin_top = 52.0 +margin_top = 44.0 margin_right = 100.0 -margin_bottom = 74.0 +margin_bottom = 62.0 disabled = true text = "Help" [node name="OptionsButton" type="Button" parent="Control/VBoxContainer"] -margin_top = 78.0 +margin_top = 66.0 margin_right = 100.0 -margin_bottom = 100.0 +margin_bottom = 84.0 text = "Options" [node name="CreditsButton" type="Button" parent="Control/VBoxContainer"] -margin_top = 104.0 +margin_top = 88.0 margin_right = 100.0 -margin_bottom = 126.0 +margin_bottom = 106.0 disabled = true text = "Credits" [node name="QuitButton" type="Button" parent="Control/VBoxContainer"] -margin_top = 130.0 +margin_top = 110.0 margin_right = 100.0 -margin_bottom = 152.0 +margin_bottom = 128.0 text = "Quit" [node name="MusicAudio" type="AudioStreamPlayer" parent="."] |