Spatial 2D sound w/ reverb, first attempt
This commit is contained in:
parent
7833a1c756
commit
3ec5a9edf7
17 changed files with 192 additions and 13 deletions
6
main/main.gd
Normal file
6
main/main.gd
Normal file
|
@ -0,0 +1,6 @@
|
|||
extends Node
|
||||
|
||||
func _ready() -> void:
|
||||
NodeRegistry.player = %Player
|
||||
NodeRegistry.level_root_container = %LevelRootContainer
|
||||
Levels.load_menu()
|
Reference in a new issue