In my program, I have a whole bunch of classes that have to deal with objects and I really hate to create my classes for something as simple as what I'm trying to do.
Currently I have an inventory image. In the inventory I want to have icons of the weapons that I will allow the user to choose from.
How does one draw an icon(that I have a picture of in my image folder) on the inventory without replacing the inventory background image and without creating an object for the icon that I can later use to reduce the transparency when needed.

