mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-04 13:54:22 +00:00
Fix for FlxSound error; fix typo in Spirit class
This commit is contained in:
parent
6b27fe84ab
commit
010d5672bb
|
@ -164,6 +164,7 @@ class PolymodHandler
|
||||||
// Add import aliases for certain classes.
|
// Add import aliases for certain classes.
|
||||||
// NOTE: Scripted classes are automatically aliased to their parent class.
|
// NOTE: Scripted classes are automatically aliased to their parent class.
|
||||||
Polymod.addImportAlias('flixel.math.FlxPoint', flixel.math.FlxPoint.FlxBasePoint);
|
Polymod.addImportAlias('flixel.math.FlxPoint', flixel.math.FlxPoint.FlxBasePoint);
|
||||||
|
Polymod.addImportAlias('flixel.system.FlxSound', flixel.sound.FlxSound);
|
||||||
|
|
||||||
// Add blacklisting for prohibited classes and packages.
|
// Add blacklisting for prohibited classes and packages.
|
||||||
// `polymod.*`
|
// `polymod.*`
|
||||||
|
|
Loading…
Reference in a new issue