修改了 spine 为缓存模式

This commit is contained in:
2025-07-20 13:56:10 +08:00
parent 75b2206b70
commit c6dea41c80
30 changed files with 4701 additions and 77 deletions

View File

@@ -109,7 +109,7 @@ export class HeroViewComp extends CCComp {
delay: number
}> = [];
private isProcessingDamage: boolean = false;
private damageInterval: number = 0.2; // 伤害数字显示间隔
private damageInterval: number = 0.01; // 伤害数字显示间隔
private timer:Timer=new Timer(1);