Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
fb59ba375e9d881fdb8626622edeb096 |
User & Date: | 顽雨沉风 on 2024-07-17 14:10:58 |
Other Links: | manifest | tags |
Context
2024-07-17
| ||
22:08 | 0 check-in: 95a16d6d2e user: 顽雨沉风 tags: trunk | |
14:10 | 0 check-in: fb59ba375e user: 顽雨沉风 tags: trunk | |
14:09 | 0 check-in: b4063471a4 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/简化版_520_07.lua from [4a3339bb21] to [1a23032f8a].
︙ | |||
8 9 10 11 12 13 14 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | - - - - - + + + + + | Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5) Debug.SetPlayerInfo(0, 500, 0, 0) Debug.SetPlayerInfo(1, 23600, 0, 0) --怪兽区域 Debug.AddCard(1929294, 0, 0, LOCATION_MZONE, 1, POS_FACEUP_ATTACK) Debug.AddCard(9929398, 0, 0, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) |
︙ |