Differences From Artifact [d76ee5a67c]:
- File single/07.Constellar vs Evilswarm.lua — part of check-in [a064116672] at 2023-06-30 03:35:32 on branch trunk — 0.0.446 (user: 顽雨沉风, size: 1446) [annotate] [blame] [check-ins using]
To Artifact [9fa23e3885]:
- File single/07.Constellar vs Evilswarm.lua — part of check-in [0ab9a5245c] at 2023-06-30 03:35:48 on branch trunk — 0.0.447 (user: 顽雨沉风, size: 1446) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
25 26 27 28 29 30 31 | --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.ReloadFieldEnd() aux.BeginPuzzle() _G["开局说明"]() _G["通关邀请"]() | | | 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 |