disable muteKeys for flixel-playground

This commit is contained in:
2021-09-27 22:20:02 -06:00
parent 9b9fa4fa3c
commit 28b2d219cd

View File

@@ -9,6 +9,7 @@
(super.create)
(FlxG.plugins.add (new FlxMouseControl))
(set FlxG.sound.muteKeys null)
// TODO find a better way to pass the archiveDir to a HaxeFlixel game
(let [archiveDir