添加登录场景

This commit is contained in:
MrZ626
2020-10-18 15:38:14 +08:00
parent 5fe1c027fe
commit c44a8460af
2 changed files with 18 additions and 0 deletions

View File

@@ -456,6 +456,9 @@ local langList={
path="打开存储目录", path="打开存储目录",
back="返回", back="返回",
}, },
login={
title="登录/注册",
},
account={ account={
title="账户", title="账户",
}, },
@@ -1041,6 +1044,9 @@ local langList={
path="打开存储目录", path="打开存储目录",
back="返回", back="返回",
}, },
login={
title="登录/注册",
},
account={ account={
title="账户", title="账户",
}, },
@@ -1616,6 +1622,9 @@ local langList={
path="Open Data Folder", path="Open Data Folder",
back="Back", back="Back",
}, },
login={
title="Log in / Sign up",
},
account={ account={
title="Account", title="Account",
}, },
@@ -2205,6 +2214,9 @@ local langList={
path="_$_", path="_$_",
back="X", back="X",
}, },
login={
title="Log in / Sign up",
},
account={ account={
title="@_@", title="@_@",
}, },
@@ -2787,6 +2799,9 @@ local langList={
path="打开存储目录", path="打开存储目录",
back="返回", back="返回",
}, },
login={
title="登录/注册",
},
account={ account={
title="账户", title="账户",
}, },

View File

@@ -659,6 +659,9 @@ local Widgets={
newButton({name="path", x=980, y=620,w=250,h=80, font=25,code=function()love.system.openURL(love.filesystem.getSaveDirectory())end,hide=mobileHide}), newButton({name="path", x=980, y=620,w=250,h=80, font=25,code=function()love.system.openURL(love.filesystem.getSaveDirectory())end,hide=mobileHide}),
newButton({name="back", x=640, y=620,w=200,h=80, font=35,code=BACK}), newButton({name="back", x=640, y=620,w=200,h=80, font=35,code=BACK}),
}, },
login={
newText({name="title", x=80,y=50,font=70,align="L"}),
},
account={ account={
newText({name="title", x=80,y=50,font=70,align="L"}), newText({name="title", x=80,y=50,font=70,align="L"}),
}, },