Fix incorrect indentation in code sample in Creating movies

This commit is contained in:
Hugo Locurcio
2022-07-27 01:45:18 +02:00
parent dfeca64370
commit 51094d13fd

View File

@@ -238,9 +238,9 @@ quit the project when the animation is finished:
animation_finished.connect(_on_animation_player_animation_finished)
func _on_animation_player_animation_finished(_anim_name):
if OS.has_feature("movie"):
print("Done recording movie.")
get_tree().quit()
if OS.has_feature("movie"):
print("Done recording movie.")
get_tree().quit()
Using high-quality graphics settings
------------------------------------