willnationsdev / log

A log of my ongoing and planned development efforts.
MIT License
0 stars 0 forks source link

Create a `sleep` keyword in GDScript. #30

Closed willnationsdev closed 5 years ago

willnationsdev commented 5 years ago

Implement a sleep utility in GDScript by making the parser convert sleep 100 to yield(get_tree().create_timer(100), "timeout").

willnationsdev commented 5 years ago

The implementation I had envisioned was actually an incomplete solution to this problem, so I have no intention of continuing to try and add this feature (other priorities).