Differences From Artifact [1238793e40]:
- File single/简化版_31_000_002.lua — part of check-in [89a0b7106c] at 2024-07-24 04:01:36 on branch trunk — 0 (user: 顽雨沉风, size: 1000) [annotate] [blame] [check-ins using]
To Artifact [7ff752c042]:
- File single/简化版_30_000.lua — part of check-in [7d9bf40289] at 2024-08-05 02:32:45 on branch trunk — 0 (user: 顽雨沉风, size: 989) [annotate] [blame] [check-ins using]
- File single/简化版_30_000_2.lua — part of check-in [659ab0654c] at 2024-08-04 02:05:38 on branch trunk — 0 (user: 顽雨沉风, size: 989) [annotate] [blame] [check-ins using]
- File single/简化版_30_000_5.lua — part of check-in [d22abad565] at 2024-08-05 03:03:47 on branch trunk — 0 (user: 顽雨沉风, size: 989) [annotate] [blame] [check-ins using]
- File single/简化版_31_000_002.lua — part of check-in [c8affac866] at 2024-07-25 07:51:43 on branch trunk — 0 (user: 顽雨沉风, size: 989) [annotate] [blame] [check-ins using]
- File single/简化版_31_000_16.lua — part of check-in [87da7c74a0] at 2024-08-05 04:20:25 on branch trunk — 0 (user: 顽雨沉风, size: 989) [annotate] [blame] [check-ins using]
- File single/简化版__31_000_002.lua — part of check-in [d0d3a4b31a] at 2024-07-25 11:59:49 on branch trunk — 0 (user: 顽雨沉风, size: 989) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
19 20 21 22 23 24 25 | local k1, k2 = LOCATION_PZONE, POS_FACEUP--灵摆 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--手卡 | | | 19 20 21 22 23 24 25 26 27 | local k1, k2 = LOCATION_PZONE, POS_FACEUP--灵摆 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.ReloadFieldEnd() aux.BeginPuzzle() |