1
0
mirror of https://github.com/Siccity/xNode.git synced 2026-03-26 22:49:02 +08:00

!W 加入了IcSkillSystme连接

This commit is contained in:
Icarus 2019-09-22 01:50:44 +08:00
parent f86b2b6d42
commit ba47fbd549

View File

@ -107,7 +107,23 @@ namespace XNodeEditor {
VerifyLoaded(); VerifyLoaded();
Settings settings = NodeEditorPreferences.settings[lastKey]; Settings settings = NodeEditorPreferences.settings[lastKey];
if (GUILayout.Button(new GUIContent("Documentation", "https://github.com/Siccity/xNode/wiki"), GUILayout.Width(100))) Application.OpenURL("https://github.com/Siccity/xNode/wiki"); EditorGUILayout.BeginHorizontal();
{
EditorGUILayout.Space();
{
if (GUILayout.Button(new GUIContent("XNode Documentation", "https://github.com/Siccity/xNode/wiki"),
GUILayout.Width(180)))
Application.OpenURL("https://github.com/Siccity/xNode/wiki");
if (GUILayout.Button(
new GUIContent("IcSkill Documentation", "https://github.com/yika-aixi/IcSkillSystem"),
GUILayout.Width(180)))
Application.OpenURL("https://github.com/yika-aixi/IcSkillSystem");
}
EditorGUILayout.Space();
}
EditorGUILayout.EndHorizontal();
EditorGUILayout.Space(); EditorGUILayout.Space();
NodeSettingsGUI(lastKey, settings); NodeSettingsGUI(lastKey, settings);