Differences From Artifact [cd685c163a]:
- File single/简化版_0520_21.lua — part of check-in [89a0b7106c] at 2024-07-24 04:01:36 on branch trunk — 0 (user: 顽雨沉风, size: 1730) [annotate] [blame] [check-ins using]
To Artifact [43b9740a4a]:
- File single/简化版_0520_21.lua — part of check-in [c8affac866] at 2024-07-25 07:51:43 on branch trunk — 0 (user: 顽雨沉风, size: 1716) [annotate] [blame] [check-ins using]
- File single/简化版_30_020_4.lua — part of check-in [1dac82e2d5] at 2024-08-07 01:10:45 on branch trunk — 0 (user: 顽雨沉风, size: 1716) [annotate] [blame] [check-ins using]
- File single/简化版_50_020_1.lua — part of check-in [5046a32efd] at 2024-08-07 01:09:22 on branch trunk — 0 (user: 顽雨沉风, size: 1716) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
37 38 39 40 41 42 43 | Debug.AddCard(31053337, 0, 0, k1, 0, k2) Debug.AddCard(72714392, 0, 0, k1, 0, k2) local k1, k2 = LOCATION_REMOVED, POS_FACEUP--除外 local k1, k2 = LOCATION_HAND, POS_FACEDOWN--手卡 Debug.AddCard(69196160, 0, 0, k1, 0, k2) Debug.AddCard(36737092, 0, 0, k1, 0, k2) | | | 37 38 39 40 41 42 43 44 45 | Debug.AddCard(31053337, 0, 0, k1, 0, k2) Debug.AddCard(72714392, 0, 0, k1, 0, k2) local k1, k2 = LOCATION_REMOVED, POS_FACEUP--除外 local k1, k2 = LOCATION_HAND, POS_FACEDOWN--手卡 Debug.AddCard(69196160, 0, 0, k1, 0, k2) Debug.AddCard(36737092, 0, 0, k1, 0, k2) Debug.ReloadFieldEnd() aux.BeginPuzzle(1) |