Posted January 11, 2025 by bfreis
(+1min => 2h11min)
A bug was causing the menu selection to cycle extremely fast on initialization.
This happened because of a call to ebiten.ActualTPS() instead of ebiten.TPS() to calculate how many ticks to hold the menu option before cycling.