Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a sleep keyword in GDScript. #30

Closed
willnationsdev opened this issue Mar 6, 2019 · 1 comment
Closed

Create a sleep keyword in GDScript. #30

willnationsdev opened this issue Mar 6, 2019 · 1 comment

Comments

@willnationsdev
Copy link
Owner

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

@willnationsdev
Copy link
Owner Author

willnationsdev commented Mar 10, 2019

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant