-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ba01461
commit bfe87ae
Showing
11 changed files
with
671 additions
and
655 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "C#: ZoomLevel Debug", | ||
"type": "dotnet", | ||
"request": "launch", | ||
"projectPath": "${workspaceFolder}/ZoomLevel/ZoomLevel.csproj" | ||
} | ||
] | ||
} |
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 |
---|---|---|
|
@@ -31,4 +31,4 @@ internal static void RemoveObsoleteFiles(IMod mod, params string[] relativePaths | |
} | ||
} | ||
} | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,17 +1,17 @@ | ||
{ | ||
"Name": "Zoom Level", | ||
"Author": "thespbgamer", | ||
"Version": "3.2.0", | ||
"Description": "Change the Zoom and UI levels with a simple keybind. Now with camera position change!", | ||
"UniqueID": "thespbgamer.ZoomLevel", | ||
"EntryDll": "ZoomLevel.dll", | ||
"MinimumApiVersion": "4.0.0", | ||
"UpdateKeys": [ "GitHub:thespbgamer/ZoomLevel", "Nexus:7363", "CurseForge:714275" ], | ||
"Dependencies": [ | ||
{ | ||
"UniqueID": "spacechase0.GenericModConfigMenu", | ||
"MinimumVersion": "1.11.2", | ||
"IsRequired": false | ||
} | ||
] | ||
} | ||
"Name": "Zoom Level", | ||
"Author": "thespbgamer", | ||
"Version": "3.2.1", | ||
"Description": "Change the Zoom and UI levels with a simple keybind. Now with camera position change!", | ||
"UniqueID": "thespbgamer.ZoomLevel", | ||
"EntryDll": "ZoomLevel.dll", | ||
"MinimumApiVersion": "4.0.8", | ||
"UpdateKeys": ["GitHub:thespbgamer/ZoomLevel", "Nexus:7363", "CurseForge:714275"], | ||
"Dependencies": [ | ||
{ | ||
"UniqueID": "spacechase0.GenericModConfigMenu", | ||
"MinimumVersion": "1.12.0", | ||
"IsRequired": false | ||
} | ||
] | ||
} |