Overview
| Comment: | 0.0.1286 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
1d275366c23ad437acc7ac8a3c02df5c |
| User & Date: | 顽雨沉风 on 2023-07-14 23:02:32.479 |
| Other Links: | manifest | tags |
Context
|
2023-07-14
| ||
| 23:03 | 0.0.1287 check-in: 210efdb157 user: 顽雨沉风 tags: trunk | |
| 23:02 | 0.0.1286 check-in: 1d275366c2 user: 顽雨沉风 tags: trunk | |
| 12:55 | 0.0.1285 check-in: c6c95fec23 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/X-LV-01.lua
from [8611912711]
to [2fb9b7ba41].
| ︙ | ︙ | |||
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)
|