Godot: Difference between revisions
From Virtujoy Documentation
Created page with "<syntaxhighlight lang="gd"> await get_tree().create_timer(2.0).timeout </syntaxhighlight>" |
No edit summary |
||
| Line 1: | Line 1: | ||
<syntaxhighlight | <syntaxhighlight> | ||
await get_tree().create_timer(2.0).timeout | await get_tree().create_timer(2.0).timeout | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 12:14, 21 April 2026
await get_tree().create_timer(2.0).timeout