Overview
| Comment: | 0 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
5eab3312e80e376883c925b5036882bc |
| User & Date: | 顽雨沉风 on 2024-07-15 11:17:59.338 |
| Other Links: | manifest | tags |
Context
|
2024-07-17
| ||
| 12:29 | 0 check-in: 5460004f34 user: 顽雨沉风 tags: trunk | |
|
2024-07-15
| ||
| 11:17 | 0 check-in: 5eab3312e8 user: 顽雨沉风 tags: trunk | |
| 03:43 | 0 check-in: 639c136b46 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [f89bb6c8cf]
to [a6d1f1a2ab].
| ︙ | ︙ | |||
208 209 210 211 212 213 214 |
else
end
f["开局说明"]()
end
end
Auxiliary.PuzzleOp = function()
Duel.SetLP(0,0)
| | | | | 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 |
else
end
f["开局说明"]()
end
end
Auxiliary.PuzzleOp = function()
Duel.SetLP(0,0)
for i = 1, #d["排_局末提示"] do
Debug.ShowHint(d["排_局末提示"][i])
end
end
do
f["Debug.ReloadFieldEnd"] = _G.Debug.ReloadFieldEnd
--~ 结局提示
function _G.Debug.ReloadFieldEnd(...)
f["Debug.ReloadFieldEnd"]()
d["排_局末提示"] = {...}
end
end
|