mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-15 11:22:55 +00:00
Update NoteKindManager.hx
This commit is contained in:
parent
134b467876
commit
606d9d4af4
|
@ -13,7 +13,7 @@ class NoteKindManager
|
||||||
var scriptedClassName:Array<String> = ScriptedNoteKind.listScriptClasses();
|
var scriptedClassName:Array<String> = ScriptedNoteKind.listScriptClasses();
|
||||||
if (scriptedClassName.length > 0)
|
if (scriptedClassName.length > 0)
|
||||||
{
|
{
|
||||||
trace('Instantiating ${scriptedClassName.length} scripted note kind...');
|
trace('Instantiating ${scriptedClassName.length} scripted note kind(s)...');
|
||||||
for (scriptedClass in scriptedClassName)
|
for (scriptedClass in scriptedClassName)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
|
Loading…
Reference in a new issue