整理代码

This commit is contained in:
MrZ_26
2022-09-29 03:30:41 +08:00
parent f3face791f
commit 7a55e447fc
5 changed files with 13 additions and 21 deletions

View File

@@ -115,9 +115,9 @@ scene.widgetList={
WIDGET.newButton{name='path',x=820,y=540,w=250,h=80,font=25,
code=function()
if SYSTEM=="Windows"or SYSTEM=="Linux"then
love.system.openURL(SAVEDIR)
love.system.openURL(love.filesystem.getSaveDirectory())
else
MES.new('info',SAVEDIR)
MES.new('info',love.filesystem.getSaveDirectory())
end
end
},