Greasy Fork is available in English.

TurboToolbox

Adds a few debug tools to Turbowarp

Fejlesztő
lukasexists
Napi telepítések
0
Telepítések száma
9
Értékelések
0 0 0
Verzió
1.0.0
Létrehozva
2023.07.30.
Frissítve
2023.07.30.
Licensz
GNU GPLv3
Érvényes
Minden oldal

Adds some basic debug tools that allow you to edit variables. You'll have to use the console.

You must be on the BARE HTML PAGE (like the index.html page for the Turbowarp project) for this to actually work. If it works, you'll see a message in the console.

document.toolbox.variables returns the global and regular variables. document.toolbox.sprites["Sprite Name"].variables returns a sprite's local variables.

For variables, set(string) change(number) get()