Skip to content

Commit

Permalink
Update AssetFrontEnd.hx (#3337)
Browse files Browse the repository at this point in the history
  • Loading branch information
CrusherNotDrip authored Jan 19, 2025
1 parent 21cb868 commit 1272a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flixel/system/frontEnds/AssetFrontEnd.hx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ using StringTools;
*
* ### Quick Setup for "Hot-Reloading"
* To simplify the process mentioned above, the `FLX_CUSTOM_ASSETS_DIRECTORY` flag was created.
* By adding `-DFLX_CUSTOM_ASSETS_DIRECTORY="../../../assets"` to your lime build command
* By adding `-DFLX_CUSTOM_ASSETS_DIRECTORY="assets"` to your lime build command
* it will automatically grab assets from your project root's assets folder rather than, the
* default "export/hl/bin/assets". This will only work with a single asset root folder with one
* asset library and will use the openfl asset system if the asset id starts with "flixel/" or
Expand Down

0 comments on commit 1272a65

Please sign in to comment.