osso73 / classic_games

A series of classic games in Kivy
MIT License
3 stars 1 forks source link

Add button to end of level #59

Closed osso73 closed 3 years ago

osso73 commented 3 years ago

the popup message at the end of level should only be dismissed through a button, instead of click anywhere in the screen. This prevents from accidentally moving to the next level.

osso73 commented 3 years ago

Ok, replaced the popup function to add a button always. To close the window, you need to click the button.