Differences From Artifact [8611912711]:
- File single/X-LV-01.lua — part of check-in [513e450002] at 2023-07-09 05:44:03 on branch trunk — 0.0.1040 (user: 顽雨沉风, size: 940) [annotate] [blame] [check-ins using]
To Artifact [2fb9b7ba41]:
- File single/X-LV-01.lua — part of check-in [1d275366c2] at 2023-07-14 23:02:32 on branch trunk — 0.0.1286 (user: 顽雨沉风, size: 1096) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
18 19 20 21 22 23 24 25 | Debug.ShowHint ("尝试一下攻击表示与守备表示的区别\nM1:主要阶段1 BP:战斗阶段 M2:主要阶段2") --~ Debug.ShowHint --~ ("M1:主要阶段1 BP:战斗阶段 M2:主要阶段2") aux.BeginPuzzle() fun["开局说明"]() | > > > > | 18 19 20 21 22 23 24 25 26 27 28 29 | Debug.ShowHint ("尝试一下攻击表示与守备表示的区别\nM1:主要阶段1 BP:战斗阶段 M2:主要阶段2") --~ Debug.ShowHint --~ ("M1:主要阶段1 BP:战斗阶段 M2:主要阶段2") aux.BeginPuzzle() fun["开局说明"]() local debug = require("debug") local info = debug.getinfo(1, "S") local scriptName = info.short_src Debug.ShowHint(scriptName) |