Attention | Topic was automatically imported from the old Question2Answer platform. | |
Asked By | moonrise |
In Godot 3.x, we use update() when drawing.
However, update() has been removed.
How does update draw?
Attention | Topic was automatically imported from the old Question2Answer platform. | |
Asked By | moonrise |
In Godot 3.x, we use update() when drawing.
However, update() has been removed.
How does update draw?
Reply From: | kidscancode |
It has been renamed to queue_redraw()
Thanks very much.
moonrise | 2022-09-23 16:56