把当前版本信息从conf里独立出来,方便ci读取信息

This commit is contained in:
MrZ626
2021-08-14 22:15:43 +08:00
parent adb205d8fa
commit 3e4963e56c
3 changed files with 10 additions and 9 deletions

View File

@@ -20,6 +20,7 @@
--Declaration
local fs=love.filesystem
VERSION=require"version"
TIME=love.timer.getTime
YIELD=coroutine.yield
SYSTEM=love.system.getOS()