GUI Drag and Drop (Not Nifty)

Hello, I have been working on a game for a while now. Being that I dont have a lot of help on teh programming side other than myself I have custom coded a few things. a GUI builder has been one of them. It is a class that allows you to add (by code) all your images on the guiNode. After that you can cycle the order of images and build the GUI with Layer placement and Button code via hotkeys. If anyone would like to test this Ill clean it up towards the end of the month and make it useful for the community.

1 Like

Could be nice go ahead

Thanks, Currently it is meshed into my project so when I finish the project Ill jump on it. I started programming in XNA so GUI elements were easier to use when manual placed versus XML for me.