Steps to reproduce: 1. Run main game 2. Enter game with a player name and randomly select game size from setting 3. Stay in game page Actual result: Timer bar on top of game page moves from right to left. Expected result: Timer bar should move from left to right, showing time is passing.
This issue has been confirmed on Eclipse version: 2019-06 (4.12.0), Build id: 20190614-1200.
Fixing is in progress.
This bug has been resolved by setting the initial value of timer progress bar to 0 and changing the update algorithm for the timer progress bar. Now it will move from left to right.