Overview
| Comment: | 0.0.345 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
89f86c1dc5e90d334409cc41555e9da8 |
| User & Date: | 顽雨沉风 on 2023-06-29 12:58:00.334 |
| Other Links: | manifest | tags |
Context
|
2023-06-29
| ||
| 12:58 | 0.0.346 check-in: f7e73f8b46 user: 顽雨沉风 tags: trunk | |
| 12:58 | 0.0.345 check-in: 89f86c1dc5 user: 顽雨沉风 tags: trunk | |
| 12:55 | 0.0.344 check-in: cc5d507b6d user: 顽雨沉风 tags: trunk | |
Changes
Modified single/07.Constellar vs Evilswarm.lua
from [762989d9a3]
to [c88624ad11].
| ︙ | |||
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)
|