TurboToolbox

Adds a few debug tools to Turbowarp

当前为 2023-07-30 提交的版本,查看 最新版本

作者
lukasexists
评分
0 0 0
版本
1.0.0
创建于
2023-07-30
更新于
2023-07-30
大小
2.8 KB
许可证
GNU GPLv3
适用于
所有网站

Adds some basic debug tools that allow you to edit variables. You'll have to use 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()