-
-
Notifications
You must be signed in to change notification settings - Fork 185
Advanced Settings
High Quality Pen makes the pen change resolution to match your screen instead of being stuck at 480x360. This is especially noticeable on "Retina" or "High DPI" screens or in fullscreen mode.
Note that:
- this may affect performance
- this 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.
You can control this 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.