Fixed death animation

This commit is contained in:
2026-06-19 12:48:04 +02:00
parent 1a6d7875f6
commit 46e1207c37
2 changed files with 87 additions and 6 deletions

View File

@@ -8,8 +8,8 @@ namespace Marro.PacManUdon
Idle,
Moving,
Stopped,
Big,
Dead,
Big
}
[RequireComponent(typeof(Animator))]