DoubleTroubleGames / hooksharks

A game about love, empathy and mostly sharks
GNU General Public License v3.0
12 stars 3 forks source link

Fix round screen breaking when game is paused #296

Closed zibetnu closed 1 year ago

zibetnu commented 1 year ago

Before

The next round can't start if the game was paused just before the round screen drops in.

https://user-images.githubusercontent.com/97706756/231593249-56cb7912-ebb3-41ef-8b26-ab0c940a88d8.mp4

After

The round screen reacts intuitively to pausing and the next round starts normally.

https://user-images.githubusercontent.com/97706756/231552929-b215274d-e715-46f0-baac-9aeca5b2a1cb.mp4


The messed-up shaders can also be seen in both videos. This is fixed in #295.