Overview
Comment: | 0.0.519 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
350cd0ad57ebe45edf508ff5b4af5c48 |
User & Date: | 顽雨沉风 on 2023-06-30 08:16:59 |
Other Links: | manifest | tags |
Context
2023-06-30
| ||
08:20 | 0.0.520 check-in: 49ca0e7e66 user: 顽雨沉风 tags: trunk | |
08:16 | 0.0.519 check-in: 350cd0ad57 user: 顽雨沉风 tags: trunk | |
08:15 | 0.0.518 check-in: c279e10177 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [5ff8ac9121] to [4ac2164d9d].
︙ | |||
12 13 14 15 16 17 18 | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | - - - + + + - - - - - + + + + + | elseif str_2 == 4 then str["规则"] = "新大师 " end else str["规则"] = "大师2020 " end |
︙ | |||
108 109 110 111 112 113 114 | 108 109 110 111 112 113 114 115 116 117 118 119 120 121 | - - | str["开局说明"] = str["开局说明"] .. "卡 " end Debug.ShowHint(str["开局说明"]) end fun["开局添加手卡"] = function(str_1) |
︙ |