jakubg1 / OpenSMCE

Game engine which allows creating a broad range of marble popper games.
MIT License
14 stars 11 forks source link

Rewrite UI #63

Open jakubg1 opened 2 years ago

jakubg1 commented 2 years ago

The current UI system is pretty convoluted and hard to use. I have an idea to make it much more user-friendly.

The new UI system will be comprised of three elements:

The layers will remain as they are. The UI script will be much less convoluted via addition of sequences, and it will still perform an important role in terms of changing widget texts, calling functions, receiving callbacks or activating sequences.