We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c28e056 commit cabdffdCopy full SHA for cabdffd
source/funkin/editors/charter/VariationCreationScreen.hx
@@ -40,6 +40,7 @@ class VariationCreationScreen extends SongCreationScreen {
40
meta.vocalsSuffix = meta.instSuffix = '-${meta.variant}';
41
meta.name = parentMeta.name;
42
meta.icon = parentMeta.icon;
43
+ name.color = parentMeta.color;
44
return super.formatMeta(meta);
45
}
46
0 commit comments