Skip to content

Advanced Settings

Thomas Weber edited this page Nov 8, 2020 · 42 revisions

High Quality Pen

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.

Cloud Variables

TurboWarp supports cloud variables by default. This server is only used by TurboWarp and not by Scratch.

This setting lets you explicitly disable this feature.

Cloud Variables are permanently disabled (until reload) when the editor is opened.

Disable Compiler

This turns off the TurboWarp compiler. This is useful when debugging bugs in the compiler or when using the editor to create a project.

Warp Timer

(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.

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

Clone this wiki locally