feat(showcase): add settings to set the position of the operator logo
This commit is contained in:
@@ -1,37 +1,76 @@
|
||||
description: !match "~{split('config', 'title' ,' - ')[0]} Live 2D\n~{split('config', 'title' ,' - ')[1]} Live 2D\nThe model is extracted from game with Spine support.\n模型来自游戏内提取,支持Spine\nPlease set your FPS target in Wallpaper Engine > Settings > Performance > FPS\n请在 Wallpaper Engine > 设置 > 性能 > FPS 下设置FPS\n\nLive preview on: https://arknights.halyul.dev/~{var('config', 'link')}\nGithub: https://github.com/Halyul/aklive2d"
|
||||
localization:
|
||||
en-us:
|
||||
ui_notice_title: <hr><h4>📝 Notes</h4><hr>
|
||||
ui_notice_set_fps: <span><b>Set FPS target in Settings</b></span>
|
||||
ui_notice_github: "Github: https://github.com/Halyul/aklive2d"
|
||||
ui_notice_other_operators: "Previews: https://arknights.halyul.dev/"
|
||||
ui_notice_version: !match "~{version('<span>Version: ', '</span>')}"
|
||||
ui_background_title: <hr><h4>🖼️ Background</h4><hr>
|
||||
ui_custom_background: Custom Background
|
||||
ui_default_background: Default Background
|
||||
ui_logo_title: <hr><h4>😐 Logo</h4><hr>
|
||||
ui_logo_image: Logo Image
|
||||
ui_logo_notice: Notice
|
||||
ui_logo_opacity: Logo Opacity
|
||||
ui_logo_ratio: Logo Ratio
|
||||
ui_operator_logo: Operator Logo
|
||||
ui_position: "USE WITH CAUTION: Position"
|
||||
ui_translate_x: X Axis Position
|
||||
ui_translate_y: Y Axis Position
|
||||
ui_position_title: <hr><h4>⚠️ Posistion</h4><hr>
|
||||
ui_position_padding_bottom: Padding Bottom
|
||||
ui_position_padding_left: Padding Left
|
||||
ui_position_padding_right: Padding Right
|
||||
ui_position_padding_top: Padding Top
|
||||
ui_voice_title: <hr><h4>🔈Voice</h4><hr>
|
||||
ui_voice_lang: Voice Language
|
||||
ui_subtitle_title: <hr><h4>📑 Subtitle</h4><hr>
|
||||
ui_subtitle_lang: Subtitle Language
|
||||
ui_voice_actor_title: <hr><h4>🗣️ Voice Actor</h4><hr>
|
||||
zh-chs:
|
||||
ui_notice_title: <hr><h4>📝 通知</h4><hr>
|
||||
ui_notice_set_fps: <span><b>在设置中设定FPS目标</b></span>
|
||||
ui_notice_github: "Github: https://github.com/Halyul/aklive2d"
|
||||
ui_notice_other_operators: "预览: https://arknights.halyul.dev/"
|
||||
ui_notice_version: !match "~{version('<span>版本: ', '</span>')}"
|
||||
ui_background_title: <hr><h4>🖼️ 背景</h4><hr>
|
||||
ui_custom_background: 背景图片
|
||||
ui_default_background: 默认背景
|
||||
ui_logo_title: <hr><h4>😐 图标</h4><hr>
|
||||
ui_logo_image: 图标图片
|
||||
ui_logo_notice: 通知
|
||||
ui_logo_opacity: 图标透明度
|
||||
ui_logo_ratio: 图标比例
|
||||
ui_operator_logo: 干员图标
|
||||
ui_position: "注意使用: 位置"
|
||||
ui_translate_x: X 轴位置
|
||||
ui_translate_y: Y 轴位置
|
||||
ui_position_title: <hr><h4>⚠️ 位置</h4><hr>
|
||||
ui_position_padding_bottom: 底部距离
|
||||
ui_position_padding_left: 左部距离
|
||||
ui_position_padding_right: 右部距离
|
||||
ui_position_padding_top: 上部距离
|
||||
ui_voice_title: <hr><h4>🔈语音</h4><hr>
|
||||
ui_voice_lang: 语音语言
|
||||
ui_subtitle_title: <hr><h4>📑 字幕</h4><hr>
|
||||
ui_subtitle_lang: 字幕语言
|
||||
ui_voice_actor_title: <hr><h4>🗣️ 声优</h4><hr>
|
||||
properties:
|
||||
- key: notice
|
||||
- key: notice_title
|
||||
value:
|
||||
text: ui_logo_notice
|
||||
type: textinput
|
||||
value: Set FPS target in Settings
|
||||
text: ui_notice_title
|
||||
- key: notice_set_fps
|
||||
value:
|
||||
text: ui_notice_set_fps
|
||||
- key: notice_github
|
||||
value:
|
||||
text: ui_notice_github
|
||||
- key: notice_other_operators
|
||||
value:
|
||||
text: ui_notice_other_operators
|
||||
- key: notice_version
|
||||
value:
|
||||
text: ui_notice_version
|
||||
- key: logo_title
|
||||
value:
|
||||
text: ui_logo_title
|
||||
- key: logo
|
||||
value:
|
||||
text: ui_operator_logo
|
||||
@@ -63,6 +102,27 @@ properties:
|
||||
fraction: false
|
||||
max: 100
|
||||
min: 0
|
||||
- key: logox
|
||||
value:
|
||||
text: ui_translate_x
|
||||
type: slider
|
||||
value: 0
|
||||
condition: logo.value == true
|
||||
fraction: false
|
||||
max: 100
|
||||
min: 0
|
||||
- key: logoy
|
||||
value:
|
||||
text: ui_translate_y
|
||||
type: slider
|
||||
value: 0
|
||||
condition: logo.value == true
|
||||
fraction: false
|
||||
max: 100
|
||||
min: 0
|
||||
- key: background_title
|
||||
value:
|
||||
text: ui_background_title
|
||||
- key: defaultbackground
|
||||
value:
|
||||
text: ui_default_background
|
||||
@@ -79,7 +139,7 @@ properties:
|
||||
value: ""
|
||||
- key: position
|
||||
value:
|
||||
text: ui_position
|
||||
text: ui_position_title
|
||||
type: bool
|
||||
value: false
|
||||
- key: paddingleft
|
||||
|
||||
Reference in New Issue
Block a user