reorg modules

This commit is contained in:
moicen
2022-06-28 22:47:38 +08:00
committed by 木逸辰
parent c892e8fb41
commit f06c818f4a
16 changed files with 12 additions and 29 deletions
-2
View File
@@ -1,5 +1,3 @@
package.path = package.path .. ';<SCRIPT_PATH>/?.lua';
-- https://stackoverflow.com/questions/4990990/check-if-a-file-exists-with-lua
local function file_exists(name)
local f = io.open(name,"r")