Skip to content

Commit

Permalink
Update readme with actual links, fix genproject, and add preview icon…
Browse files Browse the repository at this point in the history
… for thunderstore
  • Loading branch information
pcrain committed Dec 17, 2023
1 parent ca89009 commit 6894bbe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion genproject
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ manifesttemplate=`cat <<HERE
{
"name": "$projectname",
"version_number": "$projectversion",
"website_url": "https://github.com/pcrain/Gunfiguration",
"website_url": "https://github.com/pcrain/Gunfig",
"description": "A menu API for modded Gungeon",
"dependencies": [
"MtG_API-Mod_the_Gungeon_API-1.7.0",
Expand Down
Binary file added previews/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### For Modders:

Downloaded the latest Gunfig API dll [from GitHub]() or [from Thunderstore](), and add it as a reference in your project. See the [API Documentation]() and [Example Configuration]() to get started!
Downloaded the latest Gunfig API dll [from GitHub](https://github.com/pcrain/Gunfig/releases) or [from Thunderstore](https://enter-the-gungeon.thunderstore.io/package/CaptainPretzel/Gunfig/), and add it as a reference in your project. See the [API Documentation](https://github.com/pcrain/Gunfig/blob/master/src/Gunfig/GunfigAPI.cs) and [Example Configuration](https://github.com/pcrain/Gunfig/blob/master/src/DefaultConfigs/QoLConfig.cs) to get started!

### For Players:

Expand Down

0 comments on commit 6894bbe

Please sign in to comment.