1
0
mirror of https://github.com/Siccity/xNode.git synced 2025-12-20 01:06:01 +08:00

Changed window name to xNode

This commit is contained in:
Thor Brigsted 2017-11-06 01:12:49 +01:00
parent 05f7b4ca82
commit a1dd3bb9df

View File

@ -27,10 +27,9 @@ namespace XNodeEditor {
partial void OnEnable();
/// <summary> Create editor window </summary>
//[MenuItem("Window/UNEC")]
public static NodeEditorWindow Init() {
NodeEditorWindow w = CreateInstance<NodeEditorWindow>();
w.titleContent = new GUIContent("UNEC");
w.titleContent = new GUIContent("xNode");
w.wantsMouseMove = true;
w.Show();
return w;