Overview
Comment: | 0.0.2501 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
87f15176cf9040b0ebaef00b480ee1a7 |
User & Date: | 顽雨沉风 on 2023-08-28 04:05:47 |
Other Links: | manifest | tags |
Context
2023-08-28
| ||
04:07 | 0.0.2502 check-in: e931116720 user: 顽雨沉风 tags: trunk | |
04:05 | 0.0.2501 check-in: 87f15176cf user: 顽雨沉风 tags: trunk | |
03:57 | 0.0.2500 check-in: d8d605150e user: 顽雨沉风 tags: trunk | |
Changes
Modified single/12.Number Battle.lua from [e799474855] to [1b84e555f3].
︙ | ︙ | |||
46 47 48 49 50 51 52 | Debug.AddCard(64554883,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK) Debug.AddCard(64514622,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK) Debug.AddCard(64554883,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK) Debug.AddCard(64514622,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK) Debug.AddCard(65703851,1,1,LOCATION_SZONE,0,POS_FACEDOWN) Debug.AddCard(30585393,1,1,LOCATION_SZONE,4,POS_FACEDOWN) Debug.ReloadFieldEnd() | < | 46 47 48 49 50 51 52 53 | Debug.AddCard(64554883,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK) Debug.AddCard(64514622,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK) Debug.AddCard(64554883,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK) Debug.AddCard(64514622,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK) Debug.AddCard(65703851,1,1,LOCATION_SZONE,0,POS_FACEDOWN) Debug.AddCard(30585393,1,1,LOCATION_SZONE,4,POS_FACEDOWN) Debug.ReloadFieldEnd() aux.BeginPuzzle() |