mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 09:46:02 +08:00
Made things prettier for Pharan.
This commit is contained in:
parent
528a182c93
commit
a295b528f5
@ -893,11 +893,14 @@ public class SpineEditorUtilities : AssetPostprocessor {
|
||||
}
|
||||
|
||||
|
||||
EditorGUILayout.LabelField("Auto-Import Settings", EditorStyles.boldLabel);
|
||||
EditorGUI.BeginChangeCheck();
|
||||
defaultMix = EditorGUILayout.FloatField("Default Mix", defaultMix);
|
||||
if (EditorGUI.EndChangeCheck())
|
||||
EditorPrefs.SetFloat(DEFAULT_MIX_KEY, defaultMix);
|
||||
|
||||
GUILayout.Space(20);
|
||||
EditorGUILayout.LabelField("3rd Party Settings", EditorStyles.boldLabel);
|
||||
GUILayout.BeginHorizontal();
|
||||
EditorGUILayout.PrefixLabel("TK2D");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user