forked from funnymemellama/funnymemellama
Forgot to remove test print
This commit is contained in:
parent
4d244b1b9c
commit
df31613d57
1 changed files with 0 additions and 4 deletions
|
@ -46,10 +46,6 @@ var _resetting = false
|
||||||
|
|
||||||
func _ready():
|
func _ready():
|
||||||
_anim.animation_finished.connect(_on_anim_finished)
|
_anim.animation_finished.connect(_on_anim_finished)
|
||||||
triggered.connect(test)
|
|
||||||
|
|
||||||
func test(other):
|
|
||||||
print('Button triggered by ', other)
|
|
||||||
|
|
||||||
|
|
||||||
func interact(other):
|
func interact(other):
|
||||||
|
|
Loading…
Reference in a new issue