Forgot to remove test print

This commit is contained in:
Thomas Muller 2023-09-30 13:56:45 -04:00
parent 4d244b1b9c
commit df31613d57

View file

@ -46,10 +46,6 @@ var _resetting = false
func _ready():
_anim.animation_finished.connect(_on_anim_finished)
triggered.connect(test)
func test(other):
print('Button triggered by ', other)
func interact(other):