游戏王残局简化版

Check-in [eff7fbd1f5]
Login

Check-in [eff7fbd1f5]

Overview
Comment:0.0.462
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: eff7fbd1f52362b159b2214fdb7bd18a9e0d03090ef26a26c3e979bb29f47e0a
User & Date: 顽雨沉风 on 2023-06-30 04:00:18
Other Links: manifest | tags
Context
2023-06-30
04:01
0.0.463 check-in: 9336f06af4 user: 顽雨沉风 tags: trunk
04:00
0.0.462 check-in: eff7fbd1f5 user: 顽雨沉风 tags: trunk
04:00
0.0.461 check-in: 8e6464acc9 user: 顽雨沉风 tags: trunk
Changes

Modified single/07.Constellar vs Evilswarm.lua from [bc45d50090] to [8e7086614d].

25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
Debug.ReloadFieldEnd()
aux.BeginPuzzle()

_G["开局说明"]()
_G["通关邀请"]()
 load("Debu", "example.lua", "t")
--~ rawlen(_G)
--~ a=0
--~ for k, v in pairs(_G) do
--~   Debug.ShowHint(tostring(rawlen(_G)))
--~   Debug.ShowHint(tostring(v))
--~   a=a+1
--~   if a > 100 then







|







25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
Debug.ReloadFieldEnd()
aux.BeginPuzzle()

_G["开局说明"]()
_G["通关邀请"]()
--~  load("Debu", "example.lua", "t")
--~ rawlen(_G)
--~ a=0
--~ for k, v in pairs(_G) do
--~   Debug.ShowHint(tostring(rawlen(_G)))
--~   Debug.ShowHint(tostring(v))
--~   a=a+1
--~   if a > 100 then