🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Group UI Element added

Published November 30, 2020
Advertisement

It was annoying trying to remember to enable to disable certain context-specific labels, so I built a container to handle all of that for me. I also set up the container to automatically position everything in it to, so during each render, I simply clear out each of the container's displays, then push various information to them, and they deal with all of the math to position everything correctly. It works with any other type of widget too, not just labels, so I may use it in other locations, the Selection window currently has nested groups to make context switching super easy.

Below, you can also see the Undo Stack that I've created. Every time you do anything in the editor, a line will get added to this stack, telling you exactly what you did. You can select anything in the stack to revert to that point. Eliminating the need to spam Command + Z to go back. The window shows you the last 20 or so changes, but the stack itself is much longer.

0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement
Advertisement