圣盾加攻击bug 修复, 添加了多个怪物动画

This commit is contained in:
walkpan
2025-01-05 23:42:31 +08:00
parent b5624cf477
commit 01ac7703c2
114 changed files with 47710 additions and 1824 deletions

View File

@@ -31,7 +31,7 @@ export class TooltipCom extends CCComp {
this.node.getChildByName("loss_life").active=true;
tween(this.node).to(
this.alive_time,
{position:v3(this.node.position.x,this.node.position.y+20), },
{position:v3(this.node.position.x,this.node.position.y+40), },
{
onComplete:()=>{ this.ent.destroy()},
easing:"linear"
@@ -43,7 +43,7 @@ export class TooltipCom extends CCComp {
this.node.getChildByName("add_life").active=true;
tween(this.node).to(
this.alive_time,
{position:v3(this.node.position.x,this.node.position.y+20), },
{position:v3(this.node.position.x,this.node.position.y+40), },
{
onComplete:()=>{ this.ent.destroy()},
easing:"linear"
@@ -69,7 +69,7 @@ export class TooltipCom extends CCComp {
this.node.getChildByName("bloss").active=true;
tween(this.node).to(
this.alive_time,
{position:v3(this.node.position.x,this.node.position.y+20), },
{position:v3(this.node.position.x,this.node.position.y+40), },
{
onComplete:()=>{ this.ent.destroy()},
easing:"linear"