Overview
Comment: | 0.0.2496 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
450f81edf4d2ea26dff886f0dc56161f |
User & Date: | 顽雨沉风 on 2023-08-20 09:32:20 |
Other Links: | manifest | tags |
Context
2023-08-20
| ||
09:34 | 0.0.2497 check-in: 53984e8e6f user: 顽雨沉风 tags: trunk | |
09:32 | 0.0.2496 check-in: 450f81edf4 user: 顽雨沉风 tags: trunk | |
09:29 | 0.0.2495 check-in: 916feaa629 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/11.Look!Airplane!.lua from [8a8341e3fd] to [911dc1dc3a].
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | - + | --[[message 看!飞机! ]] --puzzle1 Debug.SetAIName("四妹") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,100,0,0) Debug.SetPlayerInfo(1,11300,0,0) --~ Debug.AddCard(4417407,0,0,LOCATION_DECK,0,POS_FACEDOWN) --~ Debug.AddCard(4417407,0,0,LOCATION_DECK,0,POS_FACEDOWN) --~ Debug.AddCard(4417407,0,0,LOCATION_DECK,0,POS_FACEDOWN) |
︙ |