Overview
Comment: | 0.0.448 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a1b00f434e491e75bf501bffe45cf927 |
User & Date: | 顽雨沉风 on 2023-06-30 03:36:32 |
Other Links: | manifest | tags |
Context
2023-06-30
| ||
03:38 | 0.0.449 check-in: 793ee743af user: 顽雨沉风 tags: trunk | |
03:36 | 0.0.448 check-in: a1b00f434e user: 顽雨沉风 tags: trunk | |
03:35 | 0.0.447 check-in: 0ab9a5245c user: 顽雨沉风 tags: trunk | |
Changes
Modified single/07.Constellar vs Evilswarm.lua from [9fa23e3885] to [99dc63f0b1].
︙ | ︙ | |||
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 36 | --~ 加载残局函数库 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 Debug.ShowHint(tostring(#_G)) |