Patreon Reward November - $12.50 Tier
🕑 Added 2017-11-05 20:55:31 +0000 UTC Hi everyone,Here is the current code for Equilinox:
https://drive.google.com/file/d/0B4_SgVGfVtFWd2M3TzBYLVlsSDA/view?usp=sharing
Check the "Patreon Reward - $5+" post below for links to download the game, and more news about this month's version, as well as some information about what the next few months have in store.
For the code you'll need to set it up in a project that has the lwjgl, lwjgl_utils, and PNGDecoder jars added to the build path, along with the relevant natives (all provided in the zip folder). Let me know if you have any trouble setting it up.
Thanks a lot <3
Karl
Comments
ThinMatrix
Thanks a lot for letting me know!
The source code does not compile using JDK9. Loading files has changed slightly with JDK 9. In MyFile.java Class.class.getResourceAsStream() no longer works. This issue can be resolved using this.getClass().getResourceAsStream().