Advanced inventory mechanics for your RPG game (Array-based). Take Items, split them, pick up them, read the description and much more.
Items are divided into different types. Each type has a specific set of frames. For example, all the "gloves" will be in the same sprite in different animation frames. Thus, each individual sprite contains fewer frames than if all items were stored in one sprite. This saves memory load in the project