frederickjjoubert / bevy-ball-game

This is a small game I made to teach the basics of the Bevy Game Engine
https://bevyengine.org
MIT License
78 stars 16 forks source link

Fix final score not showing #8

Closed danielmmy closed 2 months ago

danielmmy commented 3 months ago

The GameOver event may be cleared before the Game Over menu is able to update the final score. I create a fork using manual event clearing https://bevy-cheatbook.github.io/patterns/manual-event-clear.html to fix it.