Yamgrenade / Gou

Repo for roguelike game we're messing around with
MIT License
0 stars 1 forks source link

Abstractify Error Handling #13

Closed jwat445 closed 5 years ago

jwat445 commented 5 years ago

Make an enum to organize errors and logic that will allow the player to press any key to dismiss and error message

jwat445 commented 5 years ago

Ended up creating a generic popup function to be used for errors and anything else that just needs to display some info.