alot of stuff i forgot to commit

This commit is contained in:
Sylvia 2026-06-24 22:09:38 -07:00
parent fc2329a873
commit b8d516e734
60 changed files with 7397 additions and 64 deletions

View file

@ -6,19 +6,7 @@ public class AutomatedPlayer : AutoControlledEntity
{
public Player player;
public float playerMinDistance;
private void Update()
{
if (closestEntity)
{
stats.attackOriginCenter.Lookat2D(closestEntity.transform.position);
foreach (Ability ability in stats.abilities)
{
ability.TryAbility();
}
}
}
private void FixedUpdate()
{
if (!stats.isStalled)