UVASGD / spring-2017-the-big-dungeon

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

Save Objects #40

Closed ReidBix closed 7 years ago

ReidBix commented 7 years ago

Need some object in the game where you can save. E.g. a save point like a bed, sign, etc. Should be fairly simple to implement, create a script on an object that when interacted with will pop-up a UI to run the SaveController and save the current game. Consider having multiple save files, although I think having only a single save file would be good.

ReidBix commented 7 years ago

Also when stats get implemented, have the save location heal your HP and other stats if necessary.