I can’t seem to find on the docs or google how to wait time in GODOT.
For instance in python:
import time as t
print(‘3 second delay’)
t.wait(3)
print(‘delay over’)
I only want to create a delay to change a thing, for instance after this much time change direction from this to this, or so on. Thanks in advance!