Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
aa8fb09d2ff982b182147bd5bfab96ac |
User & Date: | 顽雨沉风 on 2024-08-07 01:26:15 |
Other Links: | manifest | tags |
Context
2024-08-07
| ||
01:26 | 0 check-in: c2442ef326 user: 顽雨沉风 tags: trunk | |
01:26 | 0 check-in: aa8fb09d2f user: 顽雨沉风 tags: trunk | |
01:25 | 0 check-in: e8e2a6245b user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_50_021_1.lua from [ac15cd7530] to [c7fc64fea9].
︙ | |||
32 33 34 35 36 37 38 | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | - + | local k1, k2 = LOCATION_DECK, POS_FACEDOWN--卡组 local k1, k2 = LOCATION_EXTRA, POS_FACEDOWN--外组 local k1, k2 = LOCATION_GRAVE, POS_FACEUP--墓地 local k1, k2 = LOCATION_REMOVED, POS_FACEUP--除外 local k1, k2 = LOCATION_HAND, POS_FACEDOWN--手卡 Debug.AddCard(65357623, 0, 0, k1, 0, k2) Debug.AddCard(43641473, 0, 0, k1, 0, k2) |
︙ |