Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
64b790ffb290f07797d765512fc03e6d |
User & Date: | 顽雨沉风 on 2024-07-24 03:46:50 |
Other Links: | manifest | tags |
Context
2024-07-24
| ||
03:54 | 0 check-in: 88a6bac80c user: 顽雨沉风 tags: trunk | |
03:47 | 0 Closed-Leaf check-in: 507d1e185a user: 顽雨沉风 tags: trunk | |
03:46 | 0 check-in: 64b790ffb2 user: 顽雨沉风 tags: trunk | |
2024-07-21
| ||
22:45 | 0 check-in: 9be30f7040 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_40_020_1.lua from [dc4147dbdf] to [018299484c].
︙ | |||
14 15 16 17 18 19 20 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | - + | Debug.AddCard(15341821, 0, 0, k1, 3, k2) Debug.AddCard(98234196, 1, 1, k1, 0, POS_FACEUP_DEFENSE) Debug.AddCard(98234196, 1, 1, k1, 1, POS_FACEUP_DEFENSE) Debug.AddCard(98234196, 1, 1, k1, 3, POS_FACEUP_DEFENSE) local k1, k2 = LOCATION_SZONE, POS_FACEDOWN--魔陷 local k1, k2 = LOCATION_PZONE, POS_FACEUP--灵摆 local k1, k2 = LOCATION_DECK, POS_FACEDOWN--卡组 |
︙ |