feat: vip colorful danmaku

Closes #148

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-13 00:28:27 +08:00
parent 7ebe4e4c92
commit 4d4575aabd
2 changed files with 2 additions and 1 deletions

View File

@@ -113,6 +113,7 @@ class _PlDanmakuState extends State<PlDanmaku> {
? Colors.white
: DmUtils.decimalToColor(e.color),
type: DmUtils.getPosition(e.mode),
isColorful: e.colorful == DmColorfulType.VipGradualColor,
),
);
}