danieldesira / TurtleQuest

https://turtle-quest.vercel.app/
Creative Commons Attribution 4.0 International
0 stars 0 forks source link

UI Changes #9

Closed danieldesira closed 8 months ago

danieldesira commented 8 months ago
  1. Center Play again button.
  2. Center Next Level indication on the end of the canvas.
  3. Enlarge Next Level indication.
danieldesira commented 8 months ago

Above tackled. Now to solve issue of screen blanking when viewport is resized after the game is over. We need to keep requesting the next animation frame no matter what.

danieldesira commented 8 months ago

Almost done. Need to tackle the issue where the points for the level keep being incremented. We need to halt the flow while keeping graphics running somehow.

danieldesira commented 8 months ago

To tackle regression when clicking Play again

danieldesira commented 8 months ago

Sorted