Skip to content

Advanced Settings

Thomas Weber edited this page Aug 31, 2020 · 42 revisions

Where did the other options (60 FPS, Username, etc.) go?

They moved to the "Edit" menu. The Turbo Mode toggler was already located there.

This isn't related the the question, but you can Alt+Click the green flag to quickly toggle 60 FPS mode.

High Quality Pen

High Quality Pen makes the pen layer's resolution scale to your device instead of being stuck at 480x360. This is especially noticeable on "Retina" or "High DPI" screens or in fullscreen mode on any screen.

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

NOTE: This option is likely going to be removed at some point, as you can already disable cloud variables by opening the editor, just like in Scratch. If you think having an option for this is important, then please voice your opinion before it's removed.

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.

Stuck Checking

Stuck checking 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