I am a beginner to HaxeFlixel and I would like to replace the default preloader. Instead of it displaying the standard HaxeFlixel logo, I would like it to display a "Loading..." message.
After extensive searching, the only useful resource I found was this. My problem is not with writing the preloader class, but instead getting HaxeFlixel to use my custom preloader.
From what I have found, this is how I would go about doing it (Project.xml
):
<app preloader="MyLoader" />
Unfortunately, HaxeFlixel seems to completely ignore it. Is it maybe a bug with OpenFL?