Added time sequence buttons

This commit is contained in:
2025-12-26 16:05:03 +01:00
parent a251763158
commit 8dec85e9f2
10 changed files with 5401 additions and 381 deletions

View File

@@ -0,0 +1,13 @@
namespace Marro.PacManUdon
{
public partial class GameManager
{
private void TimeSequenceFinishedWaitForStartTimeout()
{
if (playerInput.active == false)
{
StartAttractMode();
}
}
}
}