-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from JohnnyJayJay/feature/gif
Add support for animated gif. API changes: - former `TextRenderer` is now called `SimpleTextRenderer` - `ImageTools#resizeIntoMapSizedParts` was renamed to `ImageTools#divideIntoMapSizedParts` - Everything related to rendering was moved to package `com.github.johnnyjayjay.spigotmaps.rendering` - `ImageTools` was moved to package `com.github.johnnyjayjay.spigotmaps.util`
- Loading branch information
Showing
16 changed files
with
1,045 additions
and
379 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 0 additions & 41 deletions
41
src/main/java/com/github/johnnyjayjay/spigotmaps/Checks.java
This file was deleted.
Oops, something went wrong.
143 changes: 0 additions & 143 deletions
143
src/main/java/com/github/johnnyjayjay/spigotmaps/ImageTools.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.