地图初步

This commit is contained in:
SoulliesOfficial
2026-04-30 07:06:38 -04:00
parent 8ad26129b2
commit 47125f95f4
98 changed files with 2237 additions and 20524 deletions

View File

@@ -47,7 +47,7 @@ namespace Cielonos.MainGame.Characters
}
}
public void SmartTurnToTarget(CharacterBase target, float maxTurnAngle = 150f)
public void SmartTurnToTarget(CharacterBase target, float maxTurnAngle = 360f)
{
Vector3 directionToTarget = (target.centerPoint.position - owner.centerPoint.position).Flatten();
if (directionToTarget.sqrMagnitude < 0.001f) return;