Skip to content

Commit

Permalink
Fix custom preloader instructions (#3123)
Browse files Browse the repository at this point in the history
  • Loading branch information
CanIGetaPR authored Apr 22, 2024
1 parent 873d5a6 commit 7e7eb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flixel/system/FlxPreloader.hx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ private class GraphicLogoCorners extends BitmapData {}

/**
* This is the Default HaxeFlixel Themed Preloader
* You can make your own style of Preloader by overriding `FlxPreloaderBase` and using this class as an example.
* You can make your own style of Preloader by extending `FlxBasePreloader` and using this class as an example.
* To use your Preloader, simply change `Project.xml` to say: `<app preloader="class.path.MyPreloader" />`
*/
class FlxPreloader extends FlxBasePreloader
Expand Down

0 comments on commit 7e7eb5c

Please sign in to comment.