Skip to content

Commit

Permalink
[FishPreview] Version 1.0.0 is working!
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonqora committed Jun 27, 2020
1 parent 92b0c11 commit ccaf576
Show file tree
Hide file tree
Showing 11 changed files with 179 additions and 121 deletions.
5 changes: 3 additions & 2 deletions FishPreview/ModConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
namespace FishPreview
{
class ModConfig
{
public bool ShowUncaughtFishSpecies { get; set; } = false;
{
public bool ShowFishName { get; set; } = true;
public string FishDisplayPosition { get; set; } = "UpperRight";
public bool ShowUncaughtFishSpecies { get; set; } = false;
public bool AlwaysShowLegendaryFish { get; set; } = false;
}
}
289 changes: 173 additions & 116 deletions FishPreview/ModEntry.cs

Large diffs are not rendered by default.

Binary file added FishPreview/images/display_options.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FishPreview/images/flounder_catching.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FishPreview/images/flounder_caught.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FishPreview/images/morenewfish.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FishPreview/images/sardine_catching.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FishPreview/images/sunfish_catching.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FishPreview/images/sunfish_french.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added FishPreview/images/unknown_catching.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions FishPreview/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"Name": "Fish Preview",
"Author": "logofe",
"Author": "Jonqora",
"Version": "1.0.0",
"Description": "Displays fish species while catching if the species has been previously caught.",
"UniqueID": "logofe.fishpreview",
"Description": "Displays fish species during the catching minigame.",
"UniqueID": "Jonqora.FishPreview",
"EntryDll": "FishPreview.dll",
"MinimumApiVersion": "3.0.0",
"UpdateKeys": []
Expand Down

0 comments on commit ccaf576

Please sign in to comment.