Laser Squad [Day 54] – New menu controller

Next to do is the title screen, but before that I wanted to make a new menu controller. The idea was that it should be easy to configure, that it can be initialized with only one method call and that it should take care of drawing, focusing and selecting the elements. All the elements and actions are represented with nice transition effects. For now the control supports only one type of element which opens a new menu tree on click. I’ll expand the functionalities later on demand.

   

* * * * *