Differences From Artifact [120da6c468]:
- File single/简化版_0520_20.lua — part of check-in [89a0b7106c] at 2024-07-24 04:01:36 on branch trunk — 0 (user: 顽雨沉风, size: 1715) [annotate] [blame] [check-ins using]
To Artifact [50513eb6ad]:
- File single/简化版_0520_20.lua — part of check-in [c8affac866] at 2024-07-25 07:51:43 on branch trunk — 0 (user: 顽雨沉风, size: 1698) [annotate] [blame] [check-ins using]
- File single/简化版_30_020_6.lua — part of check-in [ff854709ff] at 2024-08-07 01:14:19 on branch trunk — 0 (user: 顽雨沉风, size: 1698) [annotate] [blame] [check-ins using]
- File single/简化版_50_020_1.lua — part of check-in [1a85a21d8b] at 2024-08-07 01:13:56 on branch trunk — 0 (user: 顽雨沉风, size: 1698) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
34 35 36 37 38 39 40 | local k1, k2 = LOCATION_REMOVED, POS_FACEUP--除外 local k1, k2 = LOCATION_HAND, POS_FACEDOWN--手卡 Debug.AddCard(31036355, 0, 0, k1, 0, k2) Debug.AddCard(28741524, 0, 0, k1, 0, k2) Debug.AddCard(02295440, 0, 0, k1, 0, k2) Debug.AddCard(51790181, 0, 0, k1, 0, k2) | | | 34 35 36 37 38 39 40 41 42 | local k1, k2 = LOCATION_REMOVED, POS_FACEUP--除外 local k1, k2 = LOCATION_HAND, POS_FACEDOWN--手卡 Debug.AddCard(31036355, 0, 0, k1, 0, k2) Debug.AddCard(28741524, 0, 0, k1, 0, k2) Debug.AddCard(02295440, 0, 0, k1, 0, k2) Debug.AddCard(51790181, 0, 0, k1, 0, k2) Debug.ReloadFieldEnd() aux.BeginPuzzle(1) |