functional

This commit is contained in:
2021-06-28 16:25:53 -05:00
parent a6bfb8e8c7
commit f284a27ded
10 changed files with 562 additions and 32 deletions

8
_test.lua Normal file
View File

@@ -0,0 +1,8 @@
local rootPath = utils.get_appdata_path("PopstarDevs", "2Take1Menu") .. "\\scripts\\"
function load(file)
local chunk, status = loadfile(rootPath .. file)
if chunk then chunk() end
end
load("ts-lua\\dist\\test.lua")