diff options
author | Nao Pross <naopross@thearcway.org> | 2018-11-25 16:33:21 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2018-11-25 16:33:21 +0100 |
commit | 248292905ea424a5bec18c34cb056b60bb813a76 (patch) | |
tree | 87d0527d11b81d053bc8bc97d0afb56fa85f949b /manifest.txt | |
parent | Remove super dangerous pack recipe from makefile (diff) | |
download | Subconscious-java-248292905ea424a5bec18c34cb056b60bb813a76.tar.gz Subconscious-java-248292905ea424a5bec18c34cb056b60bb813a76.zip |
Add jar recipe in Makefile, move res folder inside package
MapLoader was update accordingly to load maps as resources
Diffstat (limited to '')
-rw-r--r-- | manifest.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifest.txt b/manifest.txt new file mode 100644 index 0000000..9ecb5af --- /dev/null +++ b/manifest.txt @@ -0,0 +1,2 @@ +Main-Class: subconscious.Subconscious +Class-Path: ../lib/gson-2.6.2.jar |