gilmore606 / ure

the unRogueEngine
MIT License
122 stars 12 forks source link

Fix Resource Loading #108

Closed melville closed 6 years ago

melville commented 6 years ago

This PR adds code to lookup resources in the JAR (via a new ResourceManager class) and changes all Filesystem lookups to resource lookups. The only things that doesn't use resource loading are the editors.

There may still be some work required to make an executable JAR but I think this was the main blocker.