mirror of
https://github.com/BlackMATov/unity-flash-tools.git
synced 2026-01-04 15:36:54 +07:00
example animation to new sequence separator
This commit is contained in:
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -146,7 +146,7 @@ namespace FTEditor.Editors {
|
|||||||
var label_text = string.Empty;
|
var label_text = string.Empty;
|
||||||
for ( int i = 0, e = sequence_names.Length; i < e; ++i ) {
|
for ( int i = 0, e = sequence_names.Length; i < e; ++i ) {
|
||||||
label_text += string.Format(
|
label_text += string.Format(
|
||||||
i < e - 1 ? "{0}, " : "{0}",
|
i > 0 ? ", {0}" : "{0}",
|
||||||
sequence_names[i]);
|
sequence_names[i]);
|
||||||
}
|
}
|
||||||
GUILayout.Label(label_text, EditorStyles.whiteLabel);
|
GUILayout.Label(label_text, EditorStyles.whiteLabel);
|
||||||
|
|||||||
Reference in New Issue
Block a user