osso73 / classic_games

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

Change of theme / level in memory #76

Closed osso73 closed 3 years ago

osso73 commented 3 years ago

When changing the theme or level in memory by clicking the buttons of the screen, the theme/level are not written in the configuration. So next time we start the game, it starts with previous values. Only if you change the settings through settings menu it will save the values for the next time.

Make sure when changing with the buttons the config is written.

osso73 commented 3 years ago

No, this is the right behaviour.