Overview
Comment: | 0.0.958 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
99f680b3385f68bf6dfcc368902ff810 |
User & Date: | 顽雨沉风 on 2023-07-08 15:18:10 |
Other Links: | manifest | tags |
Context
2023-07-08
| ||
15:22 | 0.0.960 check-in: 6d8c9b85c5 user: 顽雨沉风 tags: trunk | |
15:18 | 0.0.958 check-in: 99f680b338 user: 顽雨沉风 tags: trunk | |
15:17 | 0.0.957 check-in: 532491569d user: 顽雨沉风 tags: trunk | |
Changes
Modified single/sample1.lua from [7704bb9d98] to [6b4e6e1506].
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 游戏王基本操作 ]] --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("sample1") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5) |
︙ |