9 lines
139 B
GDScript
9 lines
139 B
GDScript
class_name BaseEnvironment extends Node3D
|
|
|
|
|
|
@onready var game_music: AudioStreamPlayer = $sounds/game_music
|
|
|
|
|
|
func _ready() -> void:
|
|
pass
|