fix boss tank cross brick

This commit is contained in:
jakciehan
2026-06-07 22:08:00 +08:00
parent c3a4aa8f15
commit e4140f073f
29 changed files with 2689 additions and 1240 deletions
+42 -5
View File
@@ -21,15 +21,24 @@ module.exports = {
// Menu Scene
// ============================================================
'menu.title': 'Tank Adventure',
'menu.subtitle': 'TANK WAR',
'menu.classic': 'Classic',
'menu.endless': 'Endless',
'menu.pvp': 'PVP',
'menu.team3v3': '3v3 Battle',
'menu.subtitle': 'TANK WAR · Battle with Friends',
'menu.classic': 'Classic Mode',
'menu.classic.sub': 'Classic tank battle',
'menu.endless': 'Endless Mode',
'menu.endless.sub': 'Push your limits',
'menu.pvp': '1v1 Duel',
'menu.pvp.sub': 'Winner Takes All.',
'menu.team2v2': '2v2 Brawl',
'menu.team2v2.sub': 'Co-op strategy wins',
'menu.team3v3': '3v3 Team Battle',
'menu.team3v3.sub': 'Teamwork dominates the battlefield',
'menu.shop': 'Shop',
'menu.skin': 'Skins',
'menu.skin.sub': 'Many skins to choose from',
'menu.ranking': 'Ranking',
'menu.ranking.sub': 'Climb the leaderboard',
'menu.settings': 'Settings',
'menu.settings.sub': 'Customize your experience',
'menu.chat': 'Chat',
'menu.tapToAuth': 'Tap to authorize',
@@ -47,6 +56,33 @@ module.exports = {
'room.starting': 'Game starting...',
'room.tapBack': 'Tap anywhere to go back',
// ============================================================
// Team 2v2 Room Scene
// ============================================================
'team2v2Room.title': '2v2 Brawl',
'team2v2Room.chooseMode': 'Choose how to play',
'team2v2Room.createTeam': '🎮 Create Team',
'team2v2Room.soloMatch': '⚡ Quick Match',
'team2v2Room.teamId': 'Team: {id}',
'team2v2Room.leader': 'Leader',
'team2v2Room.ready': '✓ Ready',
'team2v2Room.notReady': 'Not Ready',
'team2v2Room.emptySlot': 'Empty',
'team2v2Room.invite': '📨 Invite',
'team2v2Room.startMatch': '🔍 Start Match',
'team2v2Room.disband': 'Disband',
'team2v2Room.readyBtn': '✓ Ready',
'team2v2Room.cancelReady': 'Cancel Ready',
'team2v2Room.leaveTeam': 'Leave Team',
'team2v2Room.matching': 'Matching{dots}',
'team2v2Room.waitTime': 'Waited {seconds}s',
'team2v2Room.cancelMatch': 'Cancel Match',
'team2v2Room.matchFound': 'Match found!',
'team2v2Room.enterBattle': 'Entering battle...',
'team2v2Room.tapBack': 'Tap anywhere to go back',
'team2v2Room.shareTitle': 'Tank 2v2, join the brawl!',
'team2v2Room.joining': 'Joining room',
// ============================================================
// Team Room Scene (3v3)
// ============================================================
@@ -295,6 +331,7 @@ module.exports = {
// Daily Gold
// ============================================================
'dailyGold.btn': '🪙 Get Gold',
'dailyGold.desc': 'Daily reward',
'dailyGold.remaining': '{remaining}/3',
'dailyGold.exhausted': 'Come back tomorrow',
'dailyGold.reward': '+100 Gold!',
+41 -4
View File
@@ -21,22 +21,31 @@ module.exports = {
// Menu Scene
// ============================================================
'menu.title': '坦克探险',
'menu.subtitle': '经典坦克对战',
'menu.subtitle': '经典坦克对战 · 兄弟集结开黑',
'menu.classic': '经典模式',
'menu.classic.sub': '经典坦克对战',
'menu.endless': '无尽模式',
'menu.pvp': '双人对战',
'menu.team3v3': '3v3 对战',
'menu.endless.sub': '挑战极限,突破自我',
'menu.pvp': '1v1 决斗',
'menu.pvp.sub': '单挑对决,谁与争锋',
'menu.team2v2': '2v2 激斗',
'menu.team2v2.sub': '双人协作,策略制胜',
'menu.team3v3': '3v3 团战',
'menu.team3v3.sub': '团队协作,称霸战场',
'menu.shop': '商店',
'menu.skin': '皮肤',
'menu.skin.sub': '多款皮肤任你选',
'menu.ranking': '排行榜',
'menu.ranking.sub': '冲击榜单,赢取荣誉',
'menu.settings': '设置',
'menu.settings.sub': '个性设置,畅快体验',
'menu.chat': '聊天室',
'menu.tapToAuth': '点击授权头像',
// ============================================================
// Room Scene (PVP)
// ============================================================
'room.title': '双人对战',
'room.title': '1v1决斗',
'room.connecting': '连接中{dots}',
'room.roomCode': '房间号:',
'room.waiting': '等待对手加入{dots}',
@@ -47,6 +56,33 @@ module.exports = {
'room.starting': '即将开始...',
'room.tapBack': '点击任意位置返回',
// ============================================================
// Team 2v2 Room Scene
// ============================================================
'team2v2Room.title': '2v2 激斗',
'team2v2Room.chooseMode': '选择游戏方式',
'team2v2Room.createTeam': '🎮 组队开黑',
'team2v2Room.soloMatch': '⚡ 快速匹配',
'team2v2Room.teamId': '队伍:{id}',
'team2v2Room.leader': '队长',
'team2v2Room.ready': '✓ 已准备',
'team2v2Room.notReady': '未准备',
'team2v2Room.emptySlot': '空位',
'team2v2Room.invite': '📨 邀请好友',
'team2v2Room.startMatch': '🔍 开始匹配',
'team2v2Room.disband': '解散队伍',
'team2v2Room.readyBtn': '✓ 准备',
'team2v2Room.cancelReady': '取消准备',
'team2v2Room.leaveTeam': '退出队伍',
'team2v2Room.matching': '匹配中{dots}',
'team2v2Room.waitTime': '已等待 {seconds} 秒',
'team2v2Room.cancelMatch': '取消匹配',
'team2v2Room.matchFound': '对手已找到!',
'team2v2Room.enterBattle': '即将进入战斗...',
'team2v2Room.tapBack': '点击任意位置返回',
'team2v2Room.shareTitle': '坦克2v2,速来开黑!',
'team2v2Room.joining': '正在加入房间',
// ============================================================
// Team Room Scene (3v3)
// ============================================================
@@ -295,6 +331,7 @@ module.exports = {
// Daily Gold
// ============================================================
'dailyGold.btn': '🪙 领金币',
'dailyGold.desc': '每日领取奖励',
'dailyGold.remaining': '{remaining}/3',
'dailyGold.exhausted': '明日再来',
'dailyGold.reward': '+100 金币!',