Overview
| Comment: | 0.0.321 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
a14f52dfa4b2c7982feb9b4b0b8dd866 |
| User & Date: | 顽雨沉风 on 2023-06-29 11:53:18.998 |
| Other Links: | manifest | tags |
Context
|
2023-06-29
| ||
| 11:54 | 0.0.322 check-in: 8716dcfa14 user: 顽雨沉风 tags: trunk | |
| 11:53 | 0.0.321 check-in: a14f52dfa4 user: 顽雨沉风 tags: trunk | |
| 11:52 | 0.0.320 check-in: c3f96fe46f user: 顽雨沉风 tags: trunk | |
Changes
Modified single/07.Constellar vs Evilswarm.lua
from [fb2c2a3aee]
to [5eb44d7c0a].
| ︙ | ︙ | |||
20 21 22 23 24 25 26 | 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) --~ 加载残局函数库 | | | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
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,-1,POS_FACEUP)
Debug.ReloadFieldEnd()
aux.BeginPuzzle()
_G["通关邀请"]()
--~ local str = {}
--~ local fun = {}
|
| ︙ | ︙ |