osso73 / classic_games

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

Games are all loaded at once #74

Closed osso73 closed 3 years ago

osso73 commented 3 years ago

Right now, all the games are loaded at the beginning, which takes quite some time. This is because the screen is setup to load all screens. It should only load the game when clicked, not all at the beginning.

osso73 commented 3 years ago

Ok, fixed. Screens are only loaded when clicked for the first time.