UVASGD / spring-2017-the-big-dungeon

spring-2017-the-big-dungeon created by GitHub Classroom
Other
1 stars 1 forks source link

Basic Shop Interaction #21

Closed ReidBix closed 7 years ago

ReidBix commented 7 years ago

Have the ability to purchase and sell items from inventory to a specific character. Doesn't need to be too in-depth. Each item should have a set price that can be bought or sold, potentially altering based off of which character is being talked to. Consider not being able to sell items at most stores.

ReidBix commented 7 years ago

This could potentially be pretty complicated for UI/Canvas interaction. Would need to keep track of previously purchased items, consider maybe having file that is saved and loaded on accessing each shop.

ReidBix commented 7 years ago

Great work Will!