删除ffa按钮

tech league改名galaxim,调整一些联网菜单文本
This commit is contained in:
MrZ_26
2024-08-08 23:42:41 +08:00
parent d2e9439e38
commit 137e707c63
14 changed files with 38 additions and 50 deletions

View File

@@ -462,14 +462,13 @@ C. Gamepad
tas="TAS (T)",
},
net_menu={
league="Tech League",
ffa="FFA",
galaxim="Galaxim",
rooms="Rooms",
resetPW="Reset password",
logout="Log out",
},
net_league={
match="Find Match",
net_galaxim={
match="Enter Sim.",
},
net_rooms={
password="Password",

View File

@@ -423,14 +423,13 @@ return {
tas="TAS (T)",
},
net_menu={
league="Liga Tech",
ffa="FFA",
-- galaxim="Galaxim", -- Galaxy-Simulation
rooms="Salas",
resetPW="Restabl. Contraseña",
logout="Desconec.",
},
net_league={
match="Buscar Match",
net_galaxim={
-- match="Enter Sim.", -- Simulation
},
net_rooms={
password="Contraseña",

View File

@@ -398,14 +398,13 @@ return {
-- tas="TAS (T)",
},
net_menu={
-- league="Tech League",
ffa="FFA",
-- galaxim="Galaxim", -- Galaxy-Simulation
rooms="Salons",
resetPW="Réinitialiser le mot de passe",
logout="Se déconnecter",
},
net_league={
match="Find Match",
net_galaxim={
-- match="Enter Sim.", -- Simulation
},
net_rooms={
password="Mot de passe",

View File

@@ -424,14 +424,13 @@ return {
tas="TAS (T)",
},
net_menu={
league="Tech League",
ffa="FFA",
-- galaxim="Galaxim", -- Galaxy-Simulation
rooms="Ruang-ruang",
-- resetPW="Reset password",
logout="Log out",
},
net_league={
match="Cari Tandingan",
net_galaxim={
-- match="Enter Sim.", -- Simulation
},
net_rooms={
password="Password",

View File

@@ -468,14 +468,13 @@ C. ゲームパッド
tas="TAS (T)",
},
net_menu={
league="テクリーグ",
ffa="FFA",
-- galaxim="Galaxim", -- Galaxy-Simulation
rooms="ルーム",
resetPW="パスワード再設定",
logout="ログアウト",
},
net_league={
match="対戦相手を探す",
net_galaxim={
-- match="Enter Sim.", -- Simulation
},
net_rooms={
password="パスワード",

View File

@@ -412,13 +412,12 @@ return {
-- tas="TAS (T)",
},
net_menu={
-- league="Tech League",
ffa="FFA",
-- galaxim="Galaxim", -- Galaxy-Simulation
rooms="Salas",
-- resetPW="Reset password",
-- logout="Log out",
},
net_league={
net_galaxim={
-- match="Find Match",
},
net_rooms={

View File

@@ -171,13 +171,12 @@ return {
tas="#&; (T)",
},
net_menu={
league="TL",
ffa="FFA",
-- galaxim="Galaxim", -- Galaxy-Simulation
rooms="< >",
resetPW="R ***",
logout="@_@x",
},
net_league={
net_galaxim={
match="!",
},
net_rooms={

View File

@@ -457,14 +457,13 @@ C. Tay cầm chơi game (Gamepad):
tas="TAS (T)",
},
net_menu={
league="Tech League",
ffa="FFA",
-- galaxim="Galaxim", -- Galaxy-Simulation
rooms="Danh sách phòng",
resetPW="Đặt lại mật khẩu",
logout="Đăng xuất",
},
net_league={
match="Tìm trận",
net_galaxim={
-- match="Enter Sim.", -- Simulation
},
net_rooms={
password="Mật khẩu",

View File

@@ -453,14 +453,13 @@ return {
tas="TAS (T)",
},
net_menu={
league="Tech League",
ffa="FFA",
galaxim="Galaxim",
rooms="房间列表",
resetPW="重置密码",
logout="退出登录",
},
net_league={
match="匹配对手",
net_galaxim={
match="进入模拟",
},
net_rooms={
password="密码",

View File

@@ -372,14 +372,13 @@ return {
tas="TAS(); (T)",
},
net_menu={
league="M.TechLeague();",
ffa="M.FFA",
galaxim="M.Galaxim();",
rooms="M.Rooms();",
resetPW="M.ResetPW",
logout="M.Logout();",
},
net_league={
match="TL.Match();",
net_galaxim={
match="GX.Enter();",
},
net_rooms={
password="Password=",

View File

@@ -424,14 +424,13 @@ return {
tas="TAS (T)",
},
net_menu={
league="Tech League",
ffa="FFA",
galaxim="Galaxim",
rooms="房間列表",
resetPW="重設密碼",
logout="登出",
},
net_league={
match="匹配對手",
net_galaxim={
match="进入模拟",
},
net_rooms={
password="密碼",

View File

@@ -194,7 +194,7 @@ local noticeLang={
es='en_us', -- es_es
id='en_us', -- id_id
pt='en_us', -- pt_pt
symbol='en_us', -- ga_os
symbol='en_us', -- gl_os
ja='en_us', -- ja_jp
vi='en_us', -- vi_vn
zh='zh_cn',

View File

@@ -3,14 +3,14 @@ local gc=love.graphics
local scene={}
function scene.enter()
BG.set('league')
BG.set('galaxy')
BGM.play('exploration')
end
function scene.draw()
gc.setColor(COLOR.Z)
setFont(100)
GC.mStr("Tech League",640,120)
GC.mStr("Galaxim",640,120)
drawSelfProfile()
drawOnlinePlayerCount()
end

View File

@@ -14,11 +14,10 @@ function scene.draw()
end
scene.widgetList={
WIDGET.newKey{name='setting', x=1200,y=160,w=90, h=90,code=goScene'setting_game',font=60,fText=CHAR.icon.settings},
WIDGET.newButton{name='league',x=640, y=180,w=350,h=120,font=40,color='D',code=goScene'net_league'},
WIDGET.newButton{name='ffa', x=640, y=360,w=350,h=120,font=40,color='D',code=function() MES.new('warn',text.notFinished)--[[NET.enterRoom({name='ffa'})]] end},
WIDGET.newButton{name='rooms', x=640, y=540,w=350,h=120,font=40,code=goScene'net_rooms'},
WIDGET.newButton{name='logout',x=880, y=40,w=180, h=60,color='dR',
WIDGET.newKey{name='setting', x=1200,y=160,w=90, h=90,code=goScene'setting_game',font=60,fText=CHAR.icon.settings},
WIDGET.newButton{name='galaxim',x=640, y=260,w=350,h=120,font=40,color='D',code=goScene'net_galaxim'},
WIDGET.newButton{name='rooms', x=640, y=460,w=350,h=120,font=40,code=goScene'net_rooms'},
WIDGET.newButton{name='logout', x=880, y=40,w=180, h=60,color='dR',
code=function()
if tryBack() then
print('logout')