Skip to content

Commit 0e419ec

Browse files
committed
feat: remove max_line
1 parent 812042a commit 0e419ec

3 files changed

Lines changed: 14 additions & 17 deletions

File tree

src/config.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
| Default_Language | 默认语言,可设置为 'zh_CN', 'zh_TW', 'en', 'ja', 'fr', 'de' |
1414
| Show_panic | 是否启用紧急回避功能,设置为 true 或 false |
1515
| Legacy_Expression_Blend_Mode | 是否启用 Live2D 的旧表情混合模式,设置为 true 或 false |
16-
| Max_line | 文本框的最大行数。如果未设置,则启用默认逻辑。 |
17-
| Max_lineHeight | 文本框的行高(单位:em),仅当设置了 `Max_line` 时生效。 |
16+
| Max_lineHeight | 文本框的行高(单位:em) |
1817

1918
以下是配置文件示例:
2019

src/en/config.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@
22

33
Under the `game` folder, there is a file named `config.txt`, you can fill in the relevant information of your game in this file (you can edit it directly using a graphical editor).
44

5-
| Parameter | Description |
6-
| :--------------------------- | :------------------------------------------------------------------------------------------------------ |
7-
| Game_name | Game name |
8-
| Game_key | Game identification code, 6-10 characters in length, do not repeat with other games |
9-
| Title_img | Title picture, put it in the `background` folder |
10-
| Title_bgm | Title background music, put it in the `bgm` folder |
11-
| Game_Logo | Game Logo, multiple can be displayed, separated by \| |
12-
| Enable_Appreciation | Whether to enable the Appreciation feature, including CG and background music appreciation. |
13-
| Default_Language | Default language, can be set to 'zh_CN', 'zh_TW', 'en', 'ja', 'fr', 'de' |
14-
| Show_panic | Whether to enable the panic button feature, set to true or false |
15-
| Legacy_Expression_Blend_Mode | Whether to enable legacy expression blend mode for Live2D, set to true or false |
16-
| Max_line | The limit for the number of lines in the text box. If not set, the default logic will be enabled. |
17-
| Max_lineHeight | The line height of the text box, in `em`. Takes effect only when `Max_line` is set. |
5+
| Parameter | Description |
6+
| :--------------------------- | :------------------------------------------------------------------------------------------ |
7+
| Game_name | Game name |
8+
| Game_key | Game identification code, 6-10 characters in length, do not repeat with other games |
9+
| Title_img | Title picture, put it in the `background` folder |
10+
| Title_bgm | Title background music, put it in the `bgm` folder |
11+
| Game_Logo | Game Logo, multiple can be displayed, separated by \| |
12+
| Enable_Appreciation | Whether to enable the Appreciation feature, including CG and background music appreciation. |
13+
| Default_Language | Default language, can be set to 'zh_CN', 'zh_TW', 'en', 'ja', 'fr', 'de' |
14+
| Show_panic | Whether to enable the panic button feature, set to true or false |
15+
| Legacy_Expression_Blend_Mode | Whether to enable legacy expression blend mode for Live2D, set to true or false |
16+
| Max_lineHeight | The line height of the text box, in `em` |
1817

1918
The following is a sample configuration file:
2019

src/ja/config.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
| Default_Language | デフォルト言語、「zh_CN」、「zh_TW」、「en」、「ja」、「fr」、「de」に設定可能。 |
1414
| Show_panic | パニックボタン機能を有効にするかどうか、true または false に設定 |
1515
| Legacy_Expression_Blend_Mode | Live2D の旧表情ブレンドモードを有効にするかどうか、true または false に設定 |
16-
| Max_line | テキストボックスの最大行数。未設定の場合はデフォルトの動作になります。 |
17-
| Max_lineHeight | テキストボックスの行の高さ(単位: em)。`Max_line` が設定されている場合にのみ有効です。 |
16+
| Max_lineHeight | テキストボックスの行の高さ(単位: em) |
1817

1918
以下は設定ファイルの例です。
2019

0 commit comments

Comments
 (0)