Skip to content

Commit

Permalink
Updating menu items for store publisher guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
piXelicidio committed Apr 8, 2023
1 parent 761c9c8 commit f07564d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Editor/PolyPaintWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ public class PolyPaintWindow : EditorWindow
public readonly Color ColorStatusPainting = new Color(1, 0.4f, 0);//orange
public readonly Color ColorStatusError = Color.red;

[MenuItem("DA-Tools/Poly Paint")]
[MenuItem("Tools/DA/Poly Paint")]
public static void ShowWindow()
{
var ew =(PolyPaintWindow) EditorWindow.GetWindow(typeof(PolyPaintWindow));
if (ew._painter == null) ew._painter = new Painter();
ew.titleContent = new GUIContent("Poly Paint");
ew.titleContent = new GUIContent("DA Poly Paint");
}

public void CreateGUI()
Expand Down

0 comments on commit f07564d

Please sign in to comment.