Overview
Comment: | 0.0.447 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0ab9a5245cae677f2bf628da20435507 |
User & Date: | 顽雨沉风 on 2023-06-30 03:35:48 |
Other Links: | manifest | tags |
Context
2023-06-30
| ||
03:36 | 0.0.448 check-in: a1b00f434e user: 顽雨沉风 tags: trunk | |
03:35 | 0.0.447 check-in: 0ab9a5245c user: 顽雨沉风 tags: trunk | |
03:35 | 0.0.446 check-in: a064116672 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/07.Constellar vs Evilswarm.lua from [d76ee5a67c] to [9fa23e3885].
︙ | ︙ | |||
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 |