mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Fix typo in code example (#3274)
Co-authored-by: Stefan Rank <strank@strank.info>
This commit is contained in:
@@ -290,7 +290,7 @@ Example:
|
||||
if queue.is_ready("res://level_1.tscn"):
|
||||
show_new_level(queue.get_resource("res://level_1.tscn"))
|
||||
else:
|
||||
update_progress(queue.get_process("res://level_1.tscn"))
|
||||
update_progress(queue.get_progress("res://level_1.tscn"))
|
||||
|
||||
# when the user walks away from the trigger zone in your Metroidvania game:
|
||||
queue.cancel_resource("res://zone_2.tscn")
|
||||
|
||||
Reference in New Issue
Block a user