This commit is contained in:
MarcEricMartel
2023-06-11 09:47:15 -04:00
parent 82a2d84dc7
commit 7db945eb07
4 changed files with 12 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
[gd_scene load_steps=6 format=3 uid="uid://4tym1auav4yv"]
[gd_scene load_steps=7 format=3 uid="uid://4tym1auav4yv"]
[ext_resource type="Script" path="res://menu/start_game_menu.cs" id="1_0k2xm"]
[ext_resource type="AudioStream" uid="uid://ckg5eypyrhidg" path="res://music/I Feel Grunge (Slow).wav" id="2_yw57x"]
[sub_resource type="LabelSettings" id="LabelSettings_n38oc"]
font_size = 290
@@ -143,3 +144,7 @@ offset_bottom = -461.0
grow_horizontal = 2
grow_vertical = 2
horizontal_alignment = 1
[node name="Music" type="AudioStreamPlayer" parent="."]
stream = ExtResource("2_yw57x")
autoplay = true