游戏王残局简化版

Check-in [f7e73f8b46]
Login

Check-in [f7e73f8b46]

Overview
Comment:0.0.346
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: f7e73f8b46ccc337bc8fa5f948984f386470d8ce929ffb2c46ad407be85946b7
User & Date: 顽雨沉风 on 2023-06-29 12:58:25
Other Links: manifest | tags
Context
2023-06-29
13:00
0.0.347 check-in: 0b85c0d072 user: 顽雨沉风 tags: trunk
12:58
0.0.346 check-in: f7e73f8b46 user: 顽雨沉风 tags: trunk
12:58
0.0.345 check-in: 89f86c1dc5 user: 顽雨沉风 tags: trunk
Changes

Modified single/07.Constellar vs Evilswarm.lua from [c88624ad11] to [ea91dac34e].

25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Debug.AddCard(77542832,1,1,LOCATION_MZONE,3,POS_FACEUP)
--~ 加载残局函数库
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)







<
<
<
<
<
<
<
<
<
<
<
25
26
27
28
29
30
31











Debug.AddCard(77542832,1,1,LOCATION_MZONE,3,POS_FACEUP)
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
Debug.ReloadFieldEnd()
aux.BeginPuzzle()

_G["通关邀请"]()