diff options
author | Nao Pross <naopross@thearcway.org> | 2018-12-15 14:59:28 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2018-12-15 14:59:28 +0100 |
commit | 03a92d22027ef0738d1ebfd59145236905751425 (patch) | |
tree | f488a709b1180c6f5e82c71c3fcd39c2a71e6576 /manifest.txt | |
parent | Change Tile.loaded to Tile.active (diff) | |
download | Subconscious-java-03a92d22027ef0738d1ebfd59145236905751425.tar.gz Subconscious-java-03a92d22027ef0738d1ebfd59145236905751425.zip |
Remove Gson dependency start custom libjtmx implementation
This commit breaks MapLoader and by consequence the entire game.
Being in Java 9+ now we will have multiple modules, namely:
- libjtmx: separate minimal tmx (tiled) files loader library
- subconscious: the game itself
Diffstat (limited to 'manifest.txt')
-rw-r--r-- | manifest.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifest.txt b/manifest.txt index 9ecb5af..73fcb85 100644 --- a/manifest.txt +++ b/manifest.txt @@ -1,2 +1 @@ Main-Class: subconscious.Subconscious -Class-Path: ../lib/gson-2.6.2.jar |