Boss Animation

This commit is contained in:
MaddoScientisto 2025-03-06 22:09:11 +01:00
commit 08cc298a81
9 changed files with 139 additions and 13 deletions

View file

@ -24,8 +24,7 @@ public partial class MovementPattern : AttackPattern
isComplete = false;
Vector2 targetPosition = (Boss?.HomePosition ?? boss.GlobalPosition) + this.relativeTargetPosition;
tween.TweenProperty(Boss, "position", targetPosition, moveDuration)
.SetTrans(transitionType)
.SetEase(easeType)