Greasy Fork is available in English.

TurboToolbox

Adds a few debug tools to Turbowarp

Autor
lukasexists
Denne inštalácií
0
Celkový počet inštalácií
9
Hodnotenie
0 0 0
Verzia
1.0.0
Vytvorené
30.07.2023
Aktualizované
30.07.2023
Licencia
GNU GPLv3
Spustiť na
Všetkých stránkach

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