mpf-mc icon indicating copy to clipboard operation
mpf-mc copied to clipboard

High Score intials entry - refactor

Open MarkInc666 opened this issue 6 years ago • 0 comments

The high score initials entry times out too quickly.

  • It uses a single value for timeout.

I think the _ask_player_for_initials routine needs some changes.
Currently it allows 'enter_initials_timeout' seconds (default 20s) for all three letters.
This timer should only run when there is no user input and should be reset when each letter is selected.

MarkInc666 avatar Apr 18 '18 14:04 MarkInc666