Make the minimap icons transparent.

This commit is contained in:
GlenCFL
2018-09-06 20:01:16 -04:00
parent b31ce1d843
commit 910b2b8c7f
18 changed files with 173 additions and 173 deletions

View File

@@ -1,8 +1,14 @@
using System.ComponentModel;
namespace Filtration.ObjectModel.Enums
{
public enum IconShape
{
/// <summary>
/// Each of the shapes supported by the MinimapIcon block rule.
/// </summary>
/// <remarks>
/// The ordering here should match the ordering of the shapes within the source image.
/// </remarks>
public enum IconShape
{
[Description("Circle")]
Circle,