Add logger trace when footstep sound should play

Sound is not working currently on my machine... need to test
This commit is contained in:
karl 2019-11-21 13:26:51 +01:00
parent 790734e2c1
commit 32ebab464b

View File

@ -7,4 +7,5 @@ onready var steps = [
func play_footstep():
Logger.trace("Footstep")
steps[0].play()