updates
This commit is contained in:
18
ts-lua/dist/test.lua
vendored
18
ts-lua/dist/test.lua
vendored
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user