TurboToolbox

Adds a few debug tools to Turbowarp

Автор
lukasexists
Щоденних встановлень
0
Всього встановлень
13
Рейтинги
0 0 0
Версія
1.0.0
Створено
30.07.2023
Оновлено
30.07.2023
Size
2,8 кБ
Ліцензія
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()