Overview
| Comment: | 0.0.536 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
caae0966a74385c0f646df06e5d9055b |
| User & Date: | 顽雨沉风 on 2023-07-01 12:20:48.453 |
| Other Links: | manifest | tags |
Context
|
2023-07-01
| ||
| 12:22 | 0.0.537 check-in: 66f29f18d3 user: 顽雨沉风 tags: trunk | |
| 12:20 | 0.0.536 check-in: caae0966a7 user: 顽雨沉风 tags: trunk | |
| 12:20 | 0.0.535 check-in: c1fd7551a3 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/19.Let's GaGaGa.lua
from [6947570dce]
to [f4ecf592a9].
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | - + + |
--[[message
一起来我我我
]]
--~ 加载残局函数库
Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP)
Debug.SetAIName("四妹")
|
| ︙ | |||
37 38 39 40 41 42 43 | 38 39 40 41 42 43 44 45 46 47 48 49 50 | - + | Debug.AddCard(89631139,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) local g1=Debug.AddCard(66235877,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK) g1:CompleteProcedure() Debug.AddCard(44095762,1,1,LOCATION_SZONE,1,POS_FACEDOWN) Debug.AddCard(44095762,1,1,LOCATION_SZONE,2,POS_FACEDOWN) Debug.AddCard(44095762,1,1,LOCATION_SZONE,3,POS_FACEDOWN) Debug.ReloadFieldEnd() |