Overview
Comment: | 0.0.294 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
3404a65aa43a3a98b6e12e13190b7037 |
User & Date: | 顽雨沉风 on 2023-06-29 01:59:52 |
Other Links: | manifest | tags |
Context
2023-06-29
| ||
02:01 | 0.0.295 check-in: a81161ce0d user: 顽雨沉风 tags: trunk | |
01:59 | 0.0.294 check-in: 3404a65aa4 user: 顽雨沉风 tags: trunk | |
01:58 | 0.0.293 check-in: 7c5ca09cb8 user: 顽雨沉风 tags: trunk | |
Changes
Modified 07.Constellar vs Evilswarm.lua from [1fa2921f2d] to [95d1ff28d0].
︙ | ︙ | |||
19 20 21 22 23 24 25 26 27 28 29 30 31 32 | Debug.AddCard(94634433,0,0,LOCATION_SZONE,2,POS_FACEDOWN) 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.ReloadFieldEnd() aux.BeginPuzzle() local str = {} local fun = {} local cache_1 | > | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | Debug.AddCard(94634433,0,0,LOCATION_SZONE,2,POS_FACEDOWN) 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,1,1,LOCATION_MZONE,3,POS_FACEUP) Debug.ReloadFieldEnd() aux.BeginPuzzle() local str = {} local fun = {} local cache_1 |
︙ | ︙ |