Greasy Fork is available in English.

TurboToolbox

Adds a few debug tools to Turbowarp

作者
lukasexists
日安装量
0
总安装量
9
评分
0 0 0
版本
1.0.0
创建于
2023-07-30
更新于
2023-07-30
许可证
GNU GPLv3
适用于
所有网站

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