游戏王残局简化版

Check-in [a064116672]
Login

Check-in [a064116672]

Overview
Comment:0.0.446
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: a064116672c3e194a4c4170ab5de3a09248d392813a35b1057298e246dd191cd
User & Date: 顽雨沉风 on 2023-06-30 03:35:32
Other Links: manifest | tags
Context
2023-06-30
03:35
0.0.447 check-in: 0ab9a5245c user: 顽雨沉风 tags: trunk
03:35
0.0.446 check-in: a064116672 user: 顽雨沉风 tags: trunk
03:34
0.0.445 check-in: 8af11bbd8d user: 顽雨沉风 tags: trunk
Changes

Modified single/07.Constellar vs Evilswarm.lua from [09d03afda1] to [d76ee5a67c].

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

_G["开局说明"]()
_G["通关邀请"]()
for k, v in -G do
  Debug.ShowHint(tostring(k))
  Debug.ShowHint(tostring(v))
  end







|



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

_G["开局说明"]()
_G["通关邀请"]()
for k, v in pairs(-G) do
  Debug.ShowHint(tostring(k))
  Debug.ShowHint(tostring(v))
  end