关于页面会显示当前love版本号了

(补法语缺一行文本)(补更新历史)
This commit is contained in:
MrZ_26
2024-11-06 09:36:27 +08:00
parent 0203bfa805
commit 64ddb09060
3 changed files with 5 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ local scene={}
function scene.enter()
BG.set()
for i=1,#text.aboutTexts do
text.aboutTexts[i]=text.aboutTexts[i]:gsub("LÖVE%(?.*%)?",STRING.repD("LÖVE($1.$2)",love.getVersion()))
end
end
function scene.mouseDown(x,y)