osso73 / classic_games

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

Change menu to use scale-independent pixels #49

Closed osso73 closed 3 years ago

osso73 commented 3 years ago

Just realized about the kivy.metrics module. Use this concept of scale-independent pixels to fix the size of menu, and messages.

osso73 commented 3 years ago

Done. Changed the menu height, and buttons font to be scale-independent. Need to check how this works on the phone, will create a new version.

Before that, I will change the final message too.

osso73 commented 3 years ago

Done on the end message as well.