From 9541a472e0b38369d169ad3f7bb250a8127bc471 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 12 Aug 2022 22:58:33 -0400 Subject: Added new music; Victor --- menu/Menu.tscn | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'menu/Menu.tscn') diff --git a/menu/Menu.tscn b/menu/Menu.tscn index 60a2797..57dc608 100644 --- a/menu/Menu.tscn +++ b/menu/Menu.tscn @@ -55,7 +55,7 @@ margin_bottom = 238.0 margin_top = 242.0 margin_right = 463.0 margin_bottom = 256.0 -text = "Made for the bits & Bytes Unofficial Game Jam! August 2022." +text = "Made for the bits & Bytes Unofficial Game Jam August 2022." align = 1 [node name="Copyright" type="Label" parent="MarginContainer/CenterContainer/VBoxContainer"] @@ -108,6 +108,14 @@ margin_right = 521.0 margin_bottom = 68.0 text = "Powered by the Godot Engine" +[node name="Label5" type="Label" parent="CreditsDialog/MarginContainer/VBoxContainer"] +margin_top = 72.0 +margin_right = 521.0 +margin_bottom = 120.0 +text = "Music used for this game: +Digital Lemonade by Kevin Macleod +Happy Bee by Kevin Macleod" + [connection signal="button_up" from="MarginContainer/CenterContainer/VBoxContainer/Play" to="." method="_on_Play_button_up"] [connection signal="button_up" from="MarginContainer/CenterContainer/VBoxContainer/Credits" to="." method="_on_Credits_button_up"] [connection signal="button_up" from="MarginContainer/CenterContainer/VBoxContainer/Quit" to="." method="_on_Quit_button_up"] -- cgit v1.2.3