Overview
Comment: | 0.0.387 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a754e6f3f2c24204fdf9412cce25b691 |
User & Date: | 顽雨沉风 on 2023-06-29 23:07:49 |
Other Links: | manifest | tags |
Context
2023-06-29
| ||
23:08 | 0.0.388 check-in: 147dea3834 user: 顽雨沉风 tags: trunk | |
23:07 | 0.0.387 check-in: a754e6f3f2 user: 顽雨沉风 tags: trunk | |
23:07 | 0.0.386 check-in: 78d7353d8f user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [00805db153] to [0b35210d23].
︙ | ︙ | |||
127 128 129 130 131 132 133 | --~ str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["我方超量素材"] --~ str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["对方超量素材"] --~ Debug.ShowHint(str["这个残局的效果卡数量"]) end | | | 127 128 129 130 131 132 133 134 | --~ str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["我方超量素材"] --~ str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + str["对方超量素材"] --~ Debug.ShowHint(str["这个残局的效果卡数量"]) end |
Modified single/07.Constellar vs Evilswarm.lua from [d6a2e62245] to [1c7da14f9f].
︙ | ︙ | |||
25 26 27 28 29 30 31 | Debug.AddCard(77542832,1,1,LOCATION_MZONE,3,POS_FACEUP) --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.ReloadFieldEnd() aux.BeginPuzzle() _G["开局说明"]() | | | 25 26 27 28 29 30 31 32 33 | Debug.AddCard(77542832,1,1,LOCATION_MZONE,3,POS_FACEUP) --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.ReloadFieldEnd() aux.BeginPuzzle() _G["开局说明"]() _G["通关邀请"]() |