Add logger trace when footstep sound should play
Sound is not working currently on my machine... need to test
This commit is contained in:
parent
790734e2c1
commit
32ebab464b
@ -7,4 +7,5 @@ onready var steps = [
|
|||||||
|
|
||||||
|
|
||||||
func play_footstep():
|
func play_footstep():
|
||||||
|
Logger.trace("Footstep")
|
||||||
steps[0].play()
|
steps[0].play()
|
Loading…
x
Reference in New Issue
Block a user