Overview
Comment: | 0.0.266 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6633ef3c2f02bcded53d38bae95955ed |
User & Date: | 顽雨沉风 on 2023-06-28 01:53:33 |
Other Links: | manifest | tags |
Context
2023-06-28
| ||
01:54 | 0.0.267 check-in: 87325ecd81 user: 顽雨沉风 tags: trunk | |
01:53 | 0.0.266 check-in: 6633ef3c2f user: 顽雨沉风 tags: trunk | |
01:50 | 0.0.265 check-in: cb3c17b606 user: 顽雨沉风 tags: trunk | |
Changes
Modified 31.Cluster of Shark Offensive_衍生版_1.lua from [3d5b3e377b] to [246cfd1136].
︙ | ︙ | |||
44 45 46 47 48 49 50 51 52 53 54 55 56 57 | Debug.AddCard(44155002,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK,true) Debug.AddCard(79194594,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK,true) Debug.AddCard(66818682,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK,true) Debug.AddCard(93353691,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK,true) Debug.AddCard(44508094,1,1,LOCATION_MZONE,4,POS_FACEUP_ATTACK,true) Debug.AddCard(80887714,1,1,LOCATION_SZONE,0,POS_FACEDOWN) Debug.AddCard(20721759,1,1,LOCATION_SZONE,1,POS_FACEDOWN) Debug.AddCard(96008713,1,1,LOCATION_SZONE,3,POS_FACEDOWN) Debug.AddCard(75105429,1,1,LOCATION_SZONE,4,POS_FACEDOWN) Debug.ReloadFieldEnd() aux.BeginPuzzle() local str = {} local fun = {} | > | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | Debug.AddCard(44155002,1,1,LOCATION_MZONE,0,POS_FACEUP_ATTACK,true) Debug.AddCard(79194594,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK,true) Debug.AddCard(66818682,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK,true) Debug.AddCard(93353691,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK,true) Debug.AddCard(44508094,1,1,LOCATION_MZONE,4,POS_FACEUP_ATTACK,true) Debug.AddCard(80887714,1,1,LOCATION_SZONE,0,POS_FACEDOWN) Debug.AddCard(20721759,1,1,LOCATION_SZONE,1,POS_FACEDOWN) Debug.AddCard(60967717,1,1,LOCATION_SZONE,1,POS_FACEDOWN) Debug.AddCard(96008713,1,1,LOCATION_SZONE,3,POS_FACEDOWN) Debug.AddCard(75105429,1,1,LOCATION_SZONE,4,POS_FACEDOWN) Debug.ReloadFieldEnd() aux.BeginPuzzle() local str = {} local fun = {} |
︙ | ︙ |