Inventory Logic
-
Inventory algorithm
- Create an empty object
- Create an array of images
- For every image in the array:
- spawn an object on the empty
- set the graphic of the spawned object to the current image
- Move the empty by an offset
Note: Every spawned object can be given a tag to manipulate them.
Note: The object you are spawning should be a graphic with a specific tag. and you spawn by the tag name