Object Placer

I have decide to make my first stand alone project a little more contained than a game. I’m making an object placement app. I’m going to use the basic frame work from the other stuff I was working on, then flesh out the functionality for the selecting of objects, placement of the objects and interaction with objects. The first thing I am working on is the UI to select the object. My first stab at this I made a collapsible list, but realized that I might have so many items it may need it to be scrollable. So I will actually need a different solution than this. That is what I will sort out in the coming days. Also ignore the art on all of these, I will replace all that once the functionality is there.