Differences From Artifact [2183cd2365]:
- File single/07.Constellar vs Evilswarm.lua — part of check-in [5062d3ebf1] at 2023-06-30 03:56:57 on branch trunk — 0.0.459 (user: 顽雨沉风, size: 1778) [annotate] [blame] [check-ins using]
To Artifact [42d65f7512]:
- File single/07.Constellar vs Evilswarm.lua — part of check-in [d1d7e91f58] at 2023-06-30 03:59:41 on branch trunk — 0.0.460 (user: 顽雨沉风, size: 1836) [annotate] [blame] [check-ins using]
︙ | |||
25 26 27 28 29 30 31 32 33 34 35 36 37 38 | 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("Debug.ShowHint(tostring(1))", "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 |
︙ |