class_name BaseEnvironment extends Node3D @onready var game_music: AudioStreamPlayer = $sounds/game_music func _ready() -> void: pass