Merge branch 'main' of github.com:Halyul/aklive2d
This commit is contained in:
@@ -27,6 +27,7 @@ A project that builds showcase webpage for Arknights Live2D-equipped operators.
|
||||
| Relight / Nearl | [Link](https://arknights.halyul.dev/nearl_relight/) | [Link](https://steamcommunity.com/sharedfiles/filedetails/?id=2883016965) |
|
||||
| Become Anew / Rosmontis | [Link](https://arknights.halyul.dev/rosmontis_become_anew/) | [Link](https://steamcommunity.com/sharedfiles/filedetails/?id=2883012349) |
|
||||
| Dream in a Moment / Passager | [Link](https://arknights.halyul.dev/passager_dream_in_a_moment/) | [Link](https://steamcommunity.com/sharedfiles/filedetails/?id=2883021565) |
|
||||
| Summer Feast / Mizuki | [Link](https://arknights.halyul.dev/mizuki_summer_feast/) | [Link](https://steamcommunity.com/sharedfiles/filedetails/?id=2895953271) |
|
||||
|
||||
- For Windows users: Use [Wallpaper Engine](https://www.wallpaperengine.io/en) or other softwares that support using webpage as desktop wallpaper.
|
||||
- For macOS users: Use [Plash](https://github.com/sindresorhus/Plash), however, I don't have macOS machine, so your mileage may vary.
|
||||
|
||||
@@ -25,6 +25,7 @@ operators:
|
||||
nearl_relight: !include config/nearl_relight.yaml
|
||||
rosmontis_become_anew: !include config/rosmontis_become_anew.yaml
|
||||
passager_dream_in_a_moment: !include config/passager_dream_in_a_moment.yaml
|
||||
mizuki_summer_feast: !include config/mizuki_summer_feast.yaml
|
||||
server:
|
||||
operator_folder: ./operator/
|
||||
release_folder: ./release/
|
||||
|
||||
26
config/mizuki_summer_feast.yaml
Normal file
26
config/mizuki_summer_feast.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
_operator_settings.js:
|
||||
fallbackImage_height: 2048
|
||||
fallbackImage_width: 2048
|
||||
filename: dyn_illust_char_437_mizuki_sale#7
|
||||
fps: 60
|
||||
opacity: 30
|
||||
viewport_bottom: 0
|
||||
viewport_left: 0
|
||||
viewport_right: 0
|
||||
viewport_top: 0
|
||||
index.html:
|
||||
fallback_name: char_437_mizuki_sale%237
|
||||
id: char_437_mizuki_sale%237
|
||||
operator_logo: logo_higashi
|
||||
title: 'Arknights: Summer Feast / Mizuki - 明日方舟:夏日餮宴·水月'
|
||||
version: ${func:get_version()}
|
||||
project.json:
|
||||
description: 'Arknights: Summer Feast / Mizuki Live 2D\n明日方舟:夏日餮宴·水月 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/mizuki_summer_feast\nGithub: https://github.com/Halyul/aklive2d'
|
||||
title: ${var:index.html->title}
|
||||
ui_logo_opacity: ${var:_operator_settings.js->opacity}
|
||||
ui_logo_ratio: 61.8
|
||||
ui_operator_logo: 'true'
|
||||
ui_position_padding_bottom: ${var:_operator_settings.js->viewport_bottom}
|
||||
ui_position_padding_left: ${var:_operator_settings.js->viewport_left}
|
||||
ui_position_padding_right: ${var:_operator_settings.js->viewport_right}
|
||||
ui_position_padding_top: ${var:_operator_settings.js->viewport_top}
|
||||
Reference in New Issue
Block a user