Overview
| Comment: | 0 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
15f68d42907e72c5744afd98c9bce889 |
| User & Date: | 顽雨沉风 on 2024-07-27 06:51:12.997 |
| Other Links: | manifest | tags |
Context
|
2024-07-27
| ||
| 06:52 | 0 check-in: b339a4887a user: 顽雨沉风 tags: trunk | |
| 06:51 | 0 check-in: 15f68d4290 user: 顽雨沉风 tags: trunk | |
| 06:47 | 0 check-in: ebe0a5614f user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_30_021_3.lua
from [bba1541715]
to [69653a538a].
| ︙ | |||
18 19 20 21 22 23 24 | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | - + | local s01 = Debug.AddCard(77007920, 1, 1, k1, 1, POS_FACEUP) Debug.AddCard(44095762, 1, 1, k1, 2, k2) local k1, k2 = LOCATION_PZONE, POS_FACEUP--灵摆 local k1, k2 = LOCATION_DECK, POS_FACEDOWN--卡组 Debug.AddCard(36484016, 0, 0, k1, 0, k2) Debug.AddCard(86327225, 0, 0, k1, 0, k2) Debug.AddCard(60365591, 0, 0, k1, 0, k2) |
| ︙ |