mirror of
https://github.com/Siccity/xNode.git
synced 2026-03-26 22:49:02 +08:00
!W 加入了IcSkillSystme连接
This commit is contained in:
parent
f86b2b6d42
commit
ba47fbd549
@ -106,8 +106,24 @@ namespace XNodeEditor {
|
|||||||
private static void PreferencesGUI() {
|
private static void PreferencesGUI() {
|
||||||
VerifyLoaded();
|
VerifyLoaded();
|
||||||
Settings settings = NodeEditorPreferences.settings[lastKey];
|
Settings settings = NodeEditorPreferences.settings[lastKey];
|
||||||
|
|
||||||
|
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();
|
||||||
|
|
||||||
if (GUILayout.Button(new GUIContent("Documentation", "https://github.com/Siccity/xNode/wiki"), GUILayout.Width(100))) Application.OpenURL("https://github.com/Siccity/xNode/wiki");
|
|
||||||
EditorGUILayout.Space();
|
EditorGUILayout.Space();
|
||||||
|
|
||||||
NodeSettingsGUI(lastKey, settings);
|
NodeSettingsGUI(lastKey, settings);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user