-
-
Notifications
You must be signed in to change notification settings - Fork 169
Advanced Settings
High Quality Pen makes the pen change resolution to match the size it's displayed at rather than being stuck at 480x360.
Before | After |
---|---|
Project pictured: https://scratch.mit.edu/projects/437594584/ with seed 803258.
Note that this may affect performance and it may make some projects (especially those use tiled stamps or precise pen) look worse.
This can be controlled with a URL parameter.
It turns off the clone limit.
This can be controlled with a URL parameter.
(Previously called "Stuck Checking")
Warp timer makes scripts check to see if they are stuck in a long or infinite loop, and run at a low FPS (~2 fps) instead of getting completely stuck until the loop completes. The easiest way to demonstrate this is with a project like https://turbowarp.org/446742201. Compare what happens with the warp timer enabled and disabled.
This has a performance impact (up to 3x slower in some cases), which is why it's not enabled by default.
This can be controlled on a per-script basis using a Script Flag
This turns off the TurboWarp compiler. This is only useful when debugging bugs in the compiler or when using the editor to create a project.