88
99#### 新功能
1010
11- 进一步优化对 Spine 的支持,支持使用 json 格式的 Spine
11+ 支持视频作为背景
1212
13- 允许更大范围的调整文本显示速度和自动播放速度
13+ Live2D 改为动态加载模式,现在无需修改源码,只需要引入 Live2D SDK 即可接入
1414
15- 升级引擎的调试协议,使其可以在模板编辑器中被控制以响应正在编辑的文件。
15+ 添加配置项 ` Enable_Appreciation ` 控制是否启用鉴赏模式
1616
17- 优化紧急回避页面
17+ 重做下雨下雪效果,使其更加自然
18+
19+ 支持使用视频作为解锁的 CG
1820
1921#### 修复
2022
21- 选项界面文本预览区域可能溢出的问题
23+ 修复文本框行距无法自定义的问题
2224
23- 修复 ` setTransform ` 指令的 ` duration ` 参数设置为 0 时,动画不立即完成的问题
25+ 提高 Backlog 界面的性能
2426
25- 修复使用 ` setTransform ` 时部分参数被错误地继承的问题
27+ 在鉴赏模式未解锁任何内容时,禁用鉴赏模式按钮
2628
27- 优化部分文本和翻译
29+ 修复存读档界面文字无法正常处理文本拓展语法的问题
2830
2931<!-- English Translation -->
3032## Release Notes
3739
3840#### New Features
3941
40- Further optimized Spine support, now supports Spine in JSON format.
42+ Support for video as background
4143
42- Allows a wider range of adjustment for text display speed and autoplay speed.
44+ Live2D changed to dynamic loading mode, now you don't need to modify the source code, just import the Live2D SDK to integrate
4345
44- Upgraded the engine's debugging protocol, allowing it to be controlled within the template editor to respond to the file being edited.
46+ Added configuration item ` Enable_Appreciation ` to control whether to enable appreciation mode
4547
46- Optimized emergency skip page.
48+ Redo the rain and snow effects to make them more natural
4749
50+ Support using video as unlockable CG
4851
4952#### Fixes
5053
51- Fixed an issue where the text preview area in the options interface could overflow.
54+ Fixed the issue where the line spacing of the text box could not be customized
5255
53- Fixed an issue where animations did not complete immediately when the ` duration ` parameter of the ` setTransform ` command was set to 0.
56+ Improve the performance of the Backlog interface
5457
55- Fixed an issue where some parameters were incorrectly inherited when using ` setTransform ` .
58+ Disable the appreciation mode button when no content is unlocked in appreciation mode
5659
57- Optimized some text and translations.
60+ Fixed the issue where the text in the save/load interface could not handle text extension syntax correctly
5861
5962<!-- Japanese Translation -->
6063## リリースノート
@@ -67,20 +70,22 @@ Optimized some text and translations.
6770
6871#### 新機能
6972
70- Spineへの対応をさらに最適化し、json形式のSpineもサポートするようになりました。
73+ 背景としてビデオをサポート
74+
75+ Live2Dは動的ロードモードに変更されました。ソースコードを変更する必要はなく、Live2D SDKを導入するだけで統合できます。
7176
72- テキスト表示速度とオートプレイ速度の調整範囲を拡大しました。
77+ コンフィグ項目 ` Enable_Appreciation ` を追加し、鑑賞モードを有効にするかどうかを制御します
7378
74- エンジンのデバッグプロトコルをアップグレードし、テンプレートエディタで編集中のファイルに反応して制御できるようにしました。
79+ 雨や雪の効果を再構築し、より自然に見えるようにしました
7580
76- 緊急回避ページを最適化しました。
81+ ロック解除のCGとしてビデオを使用することをサポート
7782
7883#### 修正
7984
80- 選択肢画面のテキストプレビューエリアがはみ出す可能性があった問題を修正しました。
85+ テキストボックスの行間をカスタマイズできない問題を修正
8186
82- ` setTransform ` 命令の ` duration ` パラメータを0に設定した場合、アニメーションが即座に完了しない問題を修正しました。
87+ Backlogインターフェースのパフォーマンスを向上
8388
84- ` setTransform ` 使用時に一部のパラメータが誤って継承される問題を修正しました。
89+ 鑑賞モードで何もロック解除されていない場合、鑑賞モードボタンを無効化
8590
86- 一部のテキストと翻訳を最適化しました。
91+ セーブロードインターフェースのテキストがテキスト拡張構文を正常に処理できない問題を修正
0 commit comments