aboutsummaryrefslogtreecommitdiff
path: root/menu
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2022-08-12 22:58:33 -0400
committerAndrew Lee <alee14498@protonmail.com>2022-08-12 22:58:33 -0400
commit9541a472e0b38369d169ad3f7bb250a8127bc471 (patch)
tree10ef75d83509de9af6110936f4bf8dd37751265e /menu
parente47a732cb6b9a117faf7662170ced55e86da4add (diff)
downloadfrivolous-run-9541a472e0b38369d169ad3f7bb250a8127bc471.tar.gz
frivolous-run-9541a472e0b38369d169ad3f7bb250a8127bc471.tar.bz2
frivolous-run-9541a472e0b38369d169ad3f7bb250a8127bc471.zip
Added new music; Victor
Diffstat (limited to 'menu')
-rw-r--r--menu/Menu.tscn10
1 files changed, 9 insertions, 1 deletions
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"]