There wasn’t anything interesting to show for some while, most of the things were just some bug fixes and necessary code improvements.
But now that it’s done, I can start showing you guys the sweet stuff.
We all know that GUI is one of the most important elements of an RTS game. Unfortunately not everyone is comfortable with some fixed interfaces, some may prefer StarCraft style, others may prefer Supreme Commander’s design and maybe some of you people would love to have their own custom one.
So let me introduce you to my (still WIP) GUI system ! The point of it is to make MY life easier while making yours AS WELL, last system was just a placeholder and it was really hard to work with. This time I’m using a simple and yet customizable interface system, scalable with any screen size and can be easily adjusted to own your needs !
As easy as a simple version of HTML, you create a container, you align it to the left of the screen and then add whatever you want in there =)