Hi!
Guys I am working on a game that will have lets say 100 items. Each item will be a sprite, right?
My question is, once I have a event on my game that says, character use sword ID1234, can I pull this sprite sword from a folder instead I have it preloaded in my game layout?
I would like to have a option to each time my character pickup a new weapon, my game read this event and load this image from a location instead I have hundreds images loaded already.
Hope you can understand my question.
Thanks!!!