Differences From Artifact [762989d9a3]:
- File single/07.Constellar vs Evilswarm.lua — part of check-in [29d8fe19da] at 2023-06-29 12:43:50 on branch trunk — 0.0.343 (user: 顽雨沉风, size: 1346) [annotate] [blame] [check-ins using]
To Artifact [c88624ad11]:
- File single/07.Constellar vs Evilswarm.lua — part of check-in [89f86c1dc5] at 2023-06-29 12:58:00 on branch trunk — 0.0.345 (user: 顽雨沉风, size: 1627) [annotate] [blame] [check-ins using]
︙ | |||
27 28 29 30 31 32 33 | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | + + + + + + + + + | Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.ReloadFieldEnd() aux.BeginPuzzle() _G["通关邀请"]() function GetCurrentFileName() local info = debug.getinfo(2, "S") local filePath = info.source local fileName = string.match(filePath, "@(.+)$") return fileName end local currentFileName = GetCurrentFileName() print("当前文件名: " .. currentFileName) |