-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Delta <[email protected]>
- Loading branch information
1 parent
d4420d1
commit e4864e4
Showing
2 changed files
with
29 additions
and
0 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,22 @@ | ||
{ | ||
"name": "Thundagun", | ||
"id": "com.frozenreflex.Thundagun", | ||
"description": "A lightning fast performance mod for Resonite. It improves performance by decoupling the FrooxEngine and Unity loops by running FrooxEngine and Unity on separate threads.", | ||
"category": "Optimization", | ||
"sourceLocation": "https://github.com/Frozenreflex/Thundagun", | ||
"additionalAuthors": [ | ||
"989onan", | ||
"DoubleStyx", | ||
"Nytra", | ||
"Merith-TK" | ||
], | ||
"versions": { | ||
"1.1.1": { | ||
"releaseUrl": "https://github.com/Frozenreflex/Thundagun/releases/tag/1.1.1", | ||
"artifacts": [{ | ||
"url": "https://github.com/Frozenreflex/Thundagun/releases/download/1.1.1/Thundagun.dll", | ||
"sha256": "e0de1e188d5c3114fd924e09753c733357910947ddab22a9f4777d928ad07eed" | ||
}] | ||
} | ||
} | ||
} |
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,7 @@ | ||
{ | ||
"author": { | ||
"Frozenreflex": { | ||
"url": "https://github.com/Frozenreflex/" | ||
} | ||
} | ||
} |