Godot: Difference between revisions
From Virtujoy Documentation
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
== RichTextLabel == | |||
<syntaxhighlight> | |||
[img width=32 height=32]res://icon.svg[/img] | |||
</syntaxhighlight> | |||
== Timer == | |||
<syntaxhighlight> | <syntaxhighlight> | ||
await get_tree().create_timer(2.0).timeout | await get_tree().create_timer(2.0).timeout | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Revision as of 14:58, 23 April 2026
RichTextLabel
[img width=32 height=32]res://icon.svg[/img]Timer
await get_tree().create_timer(2.0).timeout