print("a")await get_tree().create_timer(1).timeout print("b")print("b") will be executed after the timer (1second)
Post a Comment