Add wordwrap to Chinese words (#670)

Since Phaser.Text's wordwrap doesn't work with Chinese words, ''\n' has been added to move.ts and ability.ts
pull/672/head
mercurius-00 2024-05-09 13:20:01 +08:00 committed by GitHub
parent d16cb1202f
commit a48a12ec0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5069 additions and 5068 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const tutorial: SimpleTranslationEntries = {
"intro": `欢迎来到宝可梦:PokéRogue这是一款以战斗为核心的宝可梦同人游戏,融合了 roguelite 元素。
$使
"intro": `欢迎来到PokéRogue这是一款以战斗为核心的融合了roguelite元素的宝可梦同人游戏
$PokémonPokémon使
$\n使 Discord
$`,
@ -12,20 +12,20 @@ export const tutorial: SimpleTranslationEntries = {
$
$`,
"starterSelect": `在此屏幕中,您可以选择您的初始宝可梦。\n这些是您最初的队伍成员。
$\n6 10
"starterSelect": `在此页面中,您可以选择您的初始宝可梦。\n这些是您最初的队伍成员。
$\n6 10
$\n
$`,
$`,
"pokerus": `每天随机 3 个可选的初始宝可梦会有紫色边框。
$\n`,
$\n`,
"statChange": `只要您的宝可梦没有被召回,属性变化就会在战斗中持续存在。
$
$ C Shift `,
$
$ C Shift `,
"selectItem": `每次战斗后,您都可以选择 3 个随机物品。\n您只能选择其中一个。
$
$
$
$使
$使
@ -33,10 +33,10 @@ export const tutorial: SimpleTranslationEntries = {
$
$`,
"eggGacha": `在此屏幕中,您可以使用您的兑换券兑换\n宝可梦蛋。
$
$
"eggGacha": `在此页面中,您可以使用您的兑换券兑换\n宝可梦蛋。
$
$
$\n
$
$ 3 \n`,
$
$ 3 \n`,
} as const;