Overview
| Comment: | 0.0.455 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
a61e21c133eaf445898f17ccd89f547e |
| User & Date: | 顽雨沉风 on 2023-06-30 03:51:38.409 |
| Other Links: | manifest | tags |
Context
|
2023-06-30
| ||
| 03:52 | 0.0.456 check-in: e89feb00a7 user: 顽雨沉风 tags: trunk | |
| 03:51 | 0.0.455 check-in: a61e21c133 user: 顽雨沉风 tags: trunk | |
| 03:49 | 0.0.454 check-in: 3a73f223e6 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/07.Constellar vs Evilswarm.lua
from [c7339866f4]
to [7d80288697].
| ︙ | ︙ | |||
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
--~ 加载残局函数库
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))
break
end
--~ Debug.ShowHint(tostring(#_G))
--~ Debug.ShowHint(tostring(#_G))
--~ load("Debug.ShowHint(\"残局群181175613\")")
--~ a,b= next(_G)
--~ Debug.ShowHint(tostring(a))
--~ Debug.ShowHint(tostring(b))
| > > > > | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
Debug.ReloadFieldEnd()
aux.BeginPuzzle()
_G["开局说明"]()
_G["通关邀请"]()
a=0
for k, v in pairs(_G) do
Debug.ShowHint(tostring(k))
Debug.ShowHint(tostring(v))
a=a+1
if a > 10 then
break
end
end
--~ Debug.ShowHint(tostring(#_G))
--~ Debug.ShowHint(tostring(#_G))
--~ load("Debug.ShowHint(\"残局群181175613\")")
--~ a,b= next(_G)
--~ Debug.ShowHint(tostring(a))
--~ Debug.ShowHint(tostring(b))
|
| ︙ | ︙ |