Does Haxeflixel come with images and sounds?
-
I recently installed Haxeflixel, and I was wondering, does Haxeflixel come with free-to-use images and sounds? I know that some of the examples have images, but I don't know if there's a larger images folder somewhere. Does Haxeflixel come with images and/or sounds, and if so where are they? Thanks.
-
I don't think they are free to use but https://kenney.nl/assets has lots of sprites and sounds that are.
-
Other than the default HaxeFlixel logo and boot sound, I don't think so.
If you need to do placeholder stuff though, you could use
makeGraphic();
where you would normally doloadGraphic();
in your FlxSprite to make a simple rectangle.And for sounds I like to use http://sfbgames.com/chiptone/ for some basic SFX