IRSMsoso/DNDMapper

Resource Management

Closed this issue · 0 comments

Create a better system of resource management than just hardcoding each sprite directly into the constructor of the class that needs that resource. Have all the resources be gathered at the beginning. This makes it easy to terminate program and show errors given that the necessary file resources aren't present.