From 698577844a9dd40c76b96d083fafe6ad0a737c7c Mon Sep 17 00:00:00 2001 From: Haoyu Xu Date: Mon, 2 May 2022 12:24:18 +0800 Subject: [PATCH] feat(w_fugue): add entry animation --- config.yaml | 1 - config/w_fugue_start.yaml | 26 -------------------------- 2 files changed, 27 deletions(-) delete mode 100644 config/w_fugue_start.yaml diff --git a/config.yaml b/config.yaml index 44fbdf6..0174347 100644 --- a/config.yaml +++ b/config.yaml @@ -17,7 +17,6 @@ operators: skadi_sublimation: !include config/skadi_sublimation.yaml w: !include config/w.yaml w_fugue: !include config/w_fugue.yaml - w_fugue_start: !include config/w_fugue_start.yaml # a special case here, no good way to handle specter: !include config/specter.yaml server: operator_folder: ./operator/ diff --git a/config/w_fugue_start.yaml b/config/w_fugue_start.yaml deleted file mode 100644 index 9a7fd88..0000000 --- a/config/w_fugue_start.yaml +++ /dev/null @@ -1,26 +0,0 @@ -_operator_settings.js: - fallbackImage_height: 2048 - fallbackImage_width: 2048 - filename: dyn_illust_char_113_cqbw_epoque#7_Start - fps: 60 - opacity: 30 - viewport_left: 0 - viewport_right: 0 - viewport_top: 1 - viewport_bottom: -4 -index.html: - fallback_name: char_113_cqbw_epoque%237 - id: char_113_cqbw_epoque%237 - operator_logo: logo_babel - title: 'Arknights: Fugue / W - 明日方舟:恍惚·W' - version: ${func:get_version()} -project.json: - description: 'Arknights: Fugue / W - 明日方舟:恍惚·W 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/w——fugue\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} \ No newline at end of file