Skip to content

Commit

Permalink
fix some script errors
Browse files Browse the repository at this point in the history
still need to implement migration
  • Loading branch information
lemz1 committed Nov 1, 2024
1 parent c314864 commit 5ab7332
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/funkin/modding/PolymodHandler.hx
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ class PolymodHandler

Polymod.addImportAlias('funkin.data.event.SongEventSchema', funkin.data.event.SongEventSchema.SongEventSchemaRaw);

Polymod.addImportAlias('funkin.play.character.CharacterDataParser', funkin.data.character.CharacterRegistry);

// `lime.utils.Assets` literally just has a private `resolveClass` function for some reason? so we replace it with our own.
Polymod.addImportAlias('lime.utils.Assets', funkin.Assets);
Polymod.addImportAlias('openfl.utils.Assets', funkin.Assets);
Expand Down

0 comments on commit 5ab7332

Please sign in to comment.