This commit is contained in:
SoulliesOfficial
2025-12-13 23:28:23 -05:00
parent 40660b41e0
commit 467e385991
49 changed files with 238 additions and 161 deletions

View File

@@ -18,7 +18,7 @@ namespace Continentis.MainGame.Commands
private readonly bool isCustomDraw;
private readonly int drawCount;
private readonly float interval;
private readonly float singleCardAnimationDuration = 0.5f; // 单张卡牌的动画时长
private readonly float singleCardAnimationDuration = 0.4f; // 单张卡牌的动画时长
private readonly List<CardInstance> customDrawCards;