Overview
Comment: | 0.0.565 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
91b653973a2eaa762189a0f64c3294cd |
User & Date: | 顽雨沉风 on 2023-07-01 15:13:08 |
Other Links: | manifest | tags |
Context
2023-07-01
| ||
16:13 | 0.0.566 check-in: 018bab7c55 user: 顽雨沉风 tags: trunk | |
15:13 | 0.0.565 check-in: 91b653973a user: 顽雨沉风 tags: trunk | |
15:10 | 0.0.564 check-in: b2f9f61163 user: 顽雨沉风 tags: trunk | |
Changes
Modified single_doc/卡组测试教程.md from [fb55472b6c] to [418dc358d7].
︙ | ︙ | |||
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | <details> <summary> 开局添加手卡 </summary> ~~~ --~ 加载残局函数库 Debug.AddCard(0 , 0 , 0 , LOCATION_MZONE , -1 , POS_FACEUP) ~~~ 这段加载代码应放于残局文件顶部,才可使用所有功能。 ~~~ fun["开局添加手卡"](6) ~~~ | > > | < | 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | <details> <summary> 开局添加手卡 </summary> ~~~ --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0 , 0 , 0 , LOCATION_MZONE , -1 , POS_FACEUP) ~~~ 这段加载代码应放于残局文件顶部,才可使用所有功能。 ~~~ --~ 必须位于残局文件底部 fun["开局添加手卡"](6) ~~~ 数字可改。 </details> <details> <summary> 伪洗牌 </summary> |
︙ | ︙ |