Overview
Comment: | 0.0.2493 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
28ee9ccda517728cc9db7a864df41960 |
User & Date: | 顽雨沉风 on 2023-08-20 09:27:09 |
Other Links: | manifest | tags |
Context
2023-08-20
| ||
09:28 | 0.0.2494 check-in: 4e5a47fb23 user: 顽雨沉风 tags: trunk | |
09:27 | 0.0.2493 check-in: 28ee9ccda5 user: 顽雨沉风 tags: trunk | |
09:26 | 0.0.2492 check-in: 23bb72e6c5 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/11.Look!Airplane!.lua from [7d09f57cf1] to [82c5122a08].
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) |
︙ |