Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
34da3208a1ec3a325a83c4359ff032fe |
User & Date: | 顽雨沉风 on 2024-08-07 01:20:27 |
Other Links: | manifest | tags |
Context
2024-08-07
| ||
01:20 | 0 check-in: 01e6967ce3 user: 顽雨沉风 tags: trunk | |
01:20 | 0 check-in: 34da3208a1 user: 顽雨沉风 tags: trunk | |
01:20 | 0 check-in: 11fd0a30b7 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_50_021_1.lua from [22cb61e09a] to [ecb3c2c7b6].
︙ | |||
9 10 11 12 13 14 15 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | - - + - + + | Debug.SetPlayerInfo(1, 19200, 0, 0) local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽 Debug.AddCard(85754829, 0, 0, LOCATION_MZONE, 0, POS_FACEUP_ATTACK) Debug.AddCard(39581190, 0, 0, LOCATION_MZONE, 1, POS_FACEUP_ATTACK) local m1 = Debug.AddCard(29654737, 0, 0, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) Debug.AddCard(89631139, 0, 0, LOCATION_MZONE, 3, POS_FACEUP_ATTACK) |
︙ |