TurboToolbox

Adds a few debug tools to Turbowarp

Tác giả
lukasexists
Cài đặt hàng ngày
0
Số lần cài đặt
13
Đánh giá
0 0 0
Phiên bản
1.0.0
Đã tạo
30-07-2023
Đã cập nhật
30-07-2023
Size
3 KB
Giấy phép
GNU GPLv3
Áp dụng cho
Tất cả trang web

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