Overview
Comment: | 0.0.422 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
15939f8aba09775343fa8e6d145e0911 |
User & Date: | 顽雨沉风 on 2023-06-30 00:46:30 |
Other Links: | manifest | tags |
Context
2023-06-30
| ||
00:47 | 0.0.423 check-in: f30d90cc50 user: 顽雨沉风 tags: trunk | |
00:46 | 0.0.422 check-in: 15939f8aba user: 顽雨沉风 tags: trunk | |
00:40 | 0.0.421 check-in: 5f9c2f6f9c user: 顽雨沉风 tags: trunk | |
Changes
Modified single/07.Constellar vs Evilswarm.lua from [6f0c6aba15] to [e80088309e].
︙ | ︙ | |||
19 20 21 22 23 24 25 | Debug.AddCard(359563,1,1,LOCATION_MZONE,1,POS_FACEUP_DEFENSE,true) Debug.AddCard(77542832,1,1,LOCATION_MZONE,1,POS_FACEUP) Debug.AddCard(91279700,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK,true) Debug.AddCard(77542832,1,1,LOCATION_MZONE,2,POS_FACEUP) Debug.AddCard(37926346,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK,true) Debug.AddCard(77542832,1,1,LOCATION_MZONE,3,POS_FACEUP) --~ 加载残局函数库 | | | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | Debug.AddCard(359563,1,1,LOCATION_MZONE,1,POS_FACEUP_DEFENSE,true) Debug.AddCard(77542832,1,1,LOCATION_MZONE,1,POS_FACEUP) Debug.AddCard(91279700,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK,true) Debug.AddCard(77542832,1,1,LOCATION_MZONE,2,POS_FACEUP) Debug.AddCard(37926346,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK,true) Debug.AddCard(77542832,1,1,LOCATION_MZONE,3,POS_FACEUP) --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,5,POS_FACEUP) Debug.ReloadFieldEnd() aux.BeginPuzzle() _G["开局说明"]() _G["通关邀请"]() |