feat: music

This commit is contained in:
2025-06-29 12:44:43 +02:00
parent a271dc1d36
commit 3564825cd1
19 changed files with 147 additions and 22 deletions

View File

@ -6,11 +6,14 @@ extends Control
@export var options_packed_scene : PackedScene
@export var credits_packed_scene : PackedScene
@onready var background_music_player: AudioStreamPlayer = $BackgroundMusicPlayer
var options_scene
var credits_scene
var sub_menu
func load_game_scene() -> void:
background_music_player.stop()
SceneLoader.load_scene(game_scene_path)
func new_game() -> void: