-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ability to change to zoom level to the approximate current map size.
Also changed the minimum API version to 3.18.1
- Loading branch information
1 parent
02eaa32
commit 0e07f85
Showing
7 changed files
with
64 additions
and
12 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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"Name": "ZoomLevel", | ||
"Author": "thespbgamer", | ||
"Version": "1.13.0", | ||
"Version": "1.14.0", | ||
"Description": "Change the Zoom and UI levels with a simple keybind.", | ||
"UniqueID": "thespbgamer.ZoomLevel", | ||
"EntryDll": "ZoomLevel.dll", | ||
"MinimumApiVersion": "3.15.1", | ||
"MinimumApiVersion": "3.18.1", | ||
"UpdateKeys": [ "GitHub:thespbgamer/ZoomLevel", "Nexus:7363" ] | ||
} |