Greasy Fork is available in English.

TurboToolbox

Adds a few debug tools to Turbowarp

Aŭtoro
lukasexists
Ĉiutagaj instaloj
0
Tutaj instaloj
8
Ratings
0 0 0
Versio
1.0.0
Kreita
2023/07/30
Ĝisdatigita
2023/07/30
Licenco
GNU GPLv3
Aplikiĝas al
Ĉiuj retejoj

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