How do slow down the entire scene,It works like a low-speed button, and I want to use it to see and debug problems

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By myhalibobo

How do slow down the entire scene,It works like a low-speed button, and I want to use it to see and debug problems

:bust_in_silhouette: Reply From: rustyStriker

It sort of cheating but you can reduce the amount of times _physics_process gets called using the iterations_per_second varialbe(but i cant seem to remember how to access it)

:bust_in_silhouette: Reply From: GameVisitor

You can use Engine.timescale as mentioned here.

PS: Always search this forum before posting a question (it might have been answered already).

Thank you for your reply.I’m sorry that I didn’t find a good keyword to get my answer due to my poor English.I will keep working hard.

myhalibobo | 2018-09-24 12:39