Skip to content

Commit ae08c17

Browse files
committed
match 添加地图机制
1 parent 19e77b0 commit ae08c17

24 files changed

+3720
-504
lines changed

CrazyCar/Assets/Prefabs/Match/MatchMapItem.prefab

Lines changed: 496 additions & 0 deletions
Large diffs are not rendered by default.

CrazyCar/Assets/Prefabs/Match/MatchMapItem.prefab.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CrazyCar/Assets/Resources/Language/Locales/en.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,7 @@
7070
"The number of rooms has reached the upper limit": "The number of rooms has reached the upper limit",
7171
"The room is full": "The room is full",
7272
"Other players are not in position": "Other players are not in position",
73-
"This map requires wading vehicles": "This map requires wading vehicles"
73+
"This map requires wading vehicles": "This map requires wading vehicles",
74+
"This map requires all player vehicles to be able to wade" : "This map requires all player vehicles to be able to wade",
75+
"Map" : "Map"
7476
}

CrazyCar/Assets/Resources/Language/Locales/jp.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,7 @@
7070
"The number of rooms has reached the upper limit": "部屋数は上限に達した",
7171
"The room is full": "部屋がいっぱいだ",
7272
"Other players are not in position": "他の選手はポジションがない",
73-
"This map requires wading vehicles": "この地図には貨車が必要だ"
73+
"This map requires wading vehicles": "この地図には貨車が必要だ",
74+
"This map requires all player vehicles to be able to wade" : "このマップでは、すべてのプレーヤーの車が必要です",
75+
"Map" : "マップ"
7476
}

CrazyCar/Assets/Resources/Language/Locales/kr.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,7 @@
7070
"The number of rooms has reached the upper limit": "방의 수가 이미 상한에 도달했다",
7171
"The room is full": "방이 꽉 찼다",
7272
"Other players are not in position": "다른 선수들은 자리에 앉지 않았다",
73-
"This map requires wading vehicles": "이 지도는 물을 건너는 차량이 필요하다"
73+
"This map requires wading vehicles": "이 지도는 물을 건너는 차량이 필요하다",
74+
"This map requires all player vehicles to be able to wade" : "이 맵은 모든 유저 차량이 물을 건널 수 있도록 요구합니다",
75+
"Map" : "지도."
7476
}

CrazyCar/Assets/Resources/Language/Locales/zh-cn.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,7 @@
7070
"The number of rooms has reached the upper limit": "当前房间数已达上限",
7171
"The room is full": "房间人数已满",
7272
"Other players are not in position": "其他玩家未就位",
73-
"This map requires wading vehicles": "此地图需要可以涉水的车"
73+
"This map requires wading vehicles": "此地图需要可以涉水的车",
74+
"This map requires all player vehicles to be able to wade" : "此地图需要所有玩家车子具备涉水能力",
75+
"Map" : "地图"
7476
}

0 commit comments

Comments
 (0)