Skip to content

Commit

Permalink
Update PolymodHandler.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Nov 16, 2024
1 parent 127f4af commit b11d1f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/funkin/modding/PolymodHandler.hx
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@ class PolymodHandler
Polymod.addImportAlias('lime.utils.Assets', funkin.Assets);
Polymod.addImportAlias('openfl.utils.Assets', funkin.Assets);

// TODO: IDK, probably implement the automatic character offset flipping...
// Polymod.addImportAlias('funkin.play.character.CharacterDataParser', funkin.data.character.CharacterRegistry);

for (key => value in funkin.util.macro.PolymodMacro.aliases)
Polymod.addImportAlias(key, Type.resolveClass(value));

Expand Down

0 comments on commit b11d1f1

Please sign in to comment.