Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-31 14:01:49 +08:00
parent 11912c5f62
commit 87c7699324
2 changed files with 3 additions and 3 deletions

View File

@@ -31,9 +31,9 @@ abstract final class DanmakuOptions {
area: danmakuShowArea, area: danmakuShowArea,
duration: danmakuDuration / speed, duration: danmakuDuration / speed,
staticDuration: danmakuStaticDuration / speed, staticDuration: danmakuStaticDuration / speed,
hideBottom: blockTypes.contains(5), hideBottom: blockTypes.contains(4),
hideScroll: blockTypes.contains(2), hideScroll: blockTypes.contains(2),
hideTop: blockTypes.contains(4), hideTop: blockTypes.contains(5),
hideSpecial: blockTypes.contains(7), hideSpecial: blockTypes.contains(7),
strokeWidth: danmakuStrokeWidth, strokeWidth: danmakuStrokeWidth,
scrollFixedVelocity: scrollFixedVelocity, scrollFixedVelocity: scrollFixedVelocity,

View File

@@ -239,7 +239,7 @@ packages:
description: description:
path: "." path: "."
ref: main ref: main
resolved-ref: "2012a4b9758bf29b30884bbf27247602925a7945" resolved-ref: "2a0f79712bd9d8856271e657859b36f060e55ef6"
url: "https://github.com/bggRGjQaUbCoE/canvas_danmaku.git" url: "https://github.com/bggRGjQaUbCoE/canvas_danmaku.git"
source: git source: git
version: "0.2.6" version: "0.2.6"