Skip to content

Commit

Permalink
added icons
Browse files Browse the repository at this point in the history
  • Loading branch information
skedgyedgy committed Jan 8, 2022
1 parent 0bad0a0 commit 1001da0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Artemis.Plugins.Module.FNF/FnfControlsBrushProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Collections.Generic;

namespace Artemis.Plugins.Module.FNF {
[PluginFeature (Name = "FNF Controls Layer", Icon = "Music")]
[PluginFeature (Name = "FNF Controls Layer", Icon = "Controller")]
class FnfControlsBrushProvider : LayerBrushProvider {
private readonly IWebServerService webServerService;

Expand Down
2 changes: 1 addition & 1 deletion Artemis.Plugins.Module.FNF/FnfProfileManagerModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using Newtonsoft.Json;

namespace Artemis.Plugins.Module.FNF {
[PluginFeature (Name = "FNF Profile Manager", Icon = "Music")]
[PluginFeature (Name = "FNF Profile Manager", Icon = "PersonAdd")]
public class FnfProfileManagerModule : PluginFeature {
private readonly IWebServerService webServerService;
private readonly IProfileService profileService;
Expand Down
5 changes: 3 additions & 2 deletions Artemis.Plugins.Module.FNF/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"Name": "Friday Night Funkin' Integration",
"Description": "pretty lights for beep boop game",
"Author": "skedgyedgy",
"Website": null,
"Website": "https://gamebanana.com/mods/347063",
"Repository": "https://github.com/skedgyedgy/Artemis.Plugins.FNF",
"Version": "1.3",
"Main": "Artemis.Plugins.Module.FNF.dll"
"Main": "Artemis.Plugins.Module.FNF.dll",
"Icon": "Music"
}

0 comments on commit 1001da0

Please sign in to comment.