Ghost look ahead

This commit is contained in:
2026-06-18 11:41:23 +02:00
parent 64e445e8a6
commit e4ffe97c03
2 changed files with 46 additions and 25 deletions

View File

@@ -66,12 +66,6 @@ namespace Marro.PacManUdon
UpdateAnimator();
}
public void SetDirection(Vector2 vector)
{
direction = VectorToDirection(vector);
UpdateAnimator();
}
protected static Direction VectorToDirection(Vector2 vector)
{
var directionId = 0;