Skip to content

Commit

Permalink
Recoloured Icons
Browse files Browse the repository at this point in the history
  • Loading branch information
gompocp committed May 6, 2021
1 parent cfc233c commit 08d59a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ActionMenuApi/ActionMenuApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ internal static class ModInfo
{
public const string Name = "ActionMenuApi";
public const string Author = "gompo";
public const string Version = "0.1.1";
public const string Version = "0.1.2";
public const string DownloadLink = "https://github.com/gompocp/ActionMenuApi/releases";
}

Expand Down
2 changes: 1 addition & 1 deletion ActionMenuApi/ModMenu/ModsFolder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public static void CreateInstance()
pageSix.hideFlags |= HideFlags.DontUnloadUnusedAsset;
pageSeven = iconsAssetBundle.LoadAsset_Internal("Assets/ActionMenuApi/7.png", Il2CppType.Of<Texture2D>()).Cast<Texture2D>();
pageSeven.hideFlags |= HideFlags.DontUnloadUnusedAsset;
new ModsFolder("Mods", modsSectionIcon); //TEMP Texture //TODO: Swap to a different texture
new ModsFolder("Mods", modsSectionIcon);
}

private static Texture2D GetPageIcon(int pageIndex)
Expand Down
Binary file modified ActionMenuApi/actionmenuapi.icons
Binary file not shown.

0 comments on commit 08d59a0

Please sign in to comment.