This commit is contained in:
2021-06-23 23:24:10 -05:00
parent 128e58151b
commit 3a4dcbee61
35 changed files with 71 additions and 1850 deletions

File diff suppressed because it is too large Load Diff

18
ts-lua/dist/test.lua vendored
View File

@@ -1,23 +1,9 @@
--[[ Generated with https://github.com/TypeScriptToLua/TypeScriptToLua ]]
menu:add_feature(
menu.add_feature(
"test",
"action",
0,
function()
do
local i = 0
while i < 120 do
scriptdraw:draw_rect(
v2(nil, 1, 1),
v2(nil, 1, 1),
4278190080
)
local ____ = (function()
local ____tmp = i
i = ____tmp + 1
return ____tmp
end)() and system:wait(0)
end
end
ui.notify_above_map("test", "test tile", 140)
end
)