added sound test

This commit is contained in:
pennyrigate 2023-07-24 19:20:52 -04:00
parent 79667b593c
commit f14e8ebdd0
21 changed files with 734 additions and 2 deletions

4
menus/sound_test.gd Normal file
View file

@ -0,0 +1,4 @@
extends Control
func _process(delta):
print(get_focus_owner())