Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- extends Timer
- var count = 0
- func _ready():
- pass
- func _on_Timer_timeout():
- count += 1
- print(get_parent().add_one(1))
- print(count)
- pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement