Adds cassette player with directional audio

voor die vaporwave vibes
This commit is contained in:
2022-06-04 12:09:18 +02:00
parent 76eaa500cc
commit 580139ef59
23 changed files with 1710 additions and 15 deletions
+1
View File
@@ -15,4 +15,5 @@ func _ready():
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
rotate_y(delta*0.1)
get_node("../CameraRig").rotate_y(-delta*0.1)
pass