Made level flyover in cement factory

This commit is contained in:
journaliciouz
2025-12-13 23:08:50 +01:00
parent dd7eeea6db
commit a0a316dbbd
13 changed files with 1596 additions and 331 deletions

View File

@@ -9,6 +9,6 @@ public class MachineWorkingBehavior : MonoBehaviour
public void WorkingAnimationDone()
{
stateMachine.ChangeState("Exploding");
//stateMachine.ChangeState("Exploding");
}
}