TurboToolbox

Adds a few debug tools to Turbowarp

Author
lukasexists
Daily installs
0
Total installs
13
Ratings
0 0 0
Version
1.0.0
Created
2023-07-30
Updated
2023-07-30
Size
2.79 KB
License
GNU GPLv3
Applies to
All sites

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