Y'a maintenant d'la musique dans l'menu
This commit is contained in:
4
HUD.tscn
4
HUD.tscn
@@ -1,8 +1,9 @@
|
||||
[gd_scene load_steps=9 format=2]
|
||||
[gd_scene load_steps=10 format=2]
|
||||
|
||||
[ext_resource path="res://SlapGauge.gd" type="Script" id=1]
|
||||
[ext_resource path="res://Start.gd" type="Script" id=2]
|
||||
[ext_resource path="res://fonts/TorontoSubwayRegular.ttf" type="DynamicFontData" id=3]
|
||||
[ext_resource path="res://Audio/menumusic.ogg" type="AudioStream" id=4]
|
||||
|
||||
[sub_resource type="DynamicFont" id=4]
|
||||
size = 19
|
||||
@@ -150,6 +151,7 @@ margin_bottom = 653.0
|
||||
text = "Quit Game"
|
||||
|
||||
[node name="MenuMusic" type="AudioStreamPlayer" parent="MenuLayer/Start"]
|
||||
stream = ExtResource( 4 )
|
||||
|
||||
[connection signal="pressed" from="MenuLayer/Start/New Game" to="MenuLayer/Start" method="_on_New_Game_pressed"]
|
||||
[connection signal="pressed" from="MenuLayer/Start/Quit to Desktop" to="MenuLayer/Start" method="_on_Quit_to_Desktop_Button_pressed"]
|
||||
|
||||
Reference in New Issue
Block a user