Saplings-Projects / Birthday-2024

Game project for birthday in 2024 : a puzzle game where you must fit the pieces on the space you have
GNU General Public License v3.0
1 stars 6 forks source link

BUG (low): Flicker when transitioning #153

Closed Mikotey closed 5 months ago

Mikotey commented 5 months ago

Describe the bug When a user wants to go to a different scene and are asked for confirmation, the screen is darkened slightly. Once they confirm, it will animate out and the fade will disappear, but the screen has captured the fade so it reappears during the transition animation.

To Reproduce Steps to reproduce the behavior:

  1. Go to any Main Level
  2. Click on Back button
  3. Click yes
  4. It's not consistent, but can be seen with repeated attempts

Expected behavior No fade when transitioning

Mikotey commented 5 months ago

Solution: I think this is similar to the grid update visual bug from before, it likely just needs to wait a moment before capturing the screen so the darken is gone