still working on inventory code.
Whats the best way to
when i press a key it brings up an "inventory" screen
the contents will be the collected items as sprites
I then want to be able to click on the sprites etc.
I need to know the best way to ensure the sprites are always positioned in the same place infront of the camera, like a 2d draw.
I could do it with images rather than sprites but the interaction becomes more complex when selecting the chosen item.
Am I making sense, I hope so...
Whats the best way to
when i press a key it brings up an "inventory" screen
the contents will be the collected items as sprites
I then want to be able to click on the sprites etc.
I need to know the best way to ensure the sprites are always positioned in the same place infront of the camera, like a 2d draw.
I could do it with images rather than sprites but the interaction becomes more complex when selecting the chosen item.
Am I making sense, I hope so...