Overview
| Comment: | 0.0.1505 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
02cee86a5d95954b50478a8123f82cfb |
| User & Date: | 顽雨沉风 on 2023-07-16 00:16:55.394 |
| Other Links: | manifest | tags |
Context
|
2023-07-16
| ||
| 00:17 | 0.0.1506 check-in: 9387a67c51 user: 顽雨沉风 tags: trunk | |
| 00:16 | 0.0.1505 check-in: 02cee86a5d user: 顽雨沉风 tags: trunk | |
| 00:11 | 0.0.1504 check-in: 7b13e3e7c3 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua
from [45abb72810]
to [9725d4a62c].
| ︙ | ︙ | |||
41 42 43 44 45 46 47 |
fun["Debug.ReloadFieldBegin"](str_1, str_2)
end --}
fun["aux.BeginPuzzle"] = aux.BeginPuzzle
| | > > > | > | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
fun["Debug.ReloadFieldBegin"](str_1, str_2)
end --}
fun["aux.BeginPuzzle"] = aux.BeginPuzzle
aux.BeginPuzzle = function() --{
fun["aux.BeginPuzzle"]()
fun["开局说明"]()
end --}
fun["通关邀请"] = function() --{
effect_1 = Effect.GlobalEffect()
effect_1:SetType(EFFECT_TYPE_FIELD
+ EFFECT_TYPE_CONTINUOUS)
|
| ︙ | ︙ |