语言文件内不再包含函数

This commit is contained in:
MrZ626
2020-10-25 20:59:51 +08:00
parent 6b1c64fd5c
commit 6a3f57042f
6 changed files with 15 additions and 18 deletions

View File

@@ -34,7 +34,7 @@ local function score(P)
MD.point,MD.event=500,4
P:win("finish")
else
P:showTextF(text.stage(s),0,-120,80,"fly")
P:showTextF(text.stage:gsub("$1",s),0,-120,80,"fly")
end
SFX.play("reach")
end