From 1272a65bea83cf523c4473a976da639912de9dfa Mon Sep 17 00:00:00 2001 From: CrusherNotDrip <90648119+CrusherNotDrip@users.noreply.github.com> Date: Sat, 18 Jan 2025 20:52:07 -0500 Subject: [PATCH] Update AssetFrontEnd.hx (#3337) --- flixel/system/frontEnds/AssetFrontEnd.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flixel/system/frontEnds/AssetFrontEnd.hx b/flixel/system/frontEnds/AssetFrontEnd.hx index a6eea14cc..47fe7fe95 100644 --- a/flixel/system/frontEnds/AssetFrontEnd.hx +++ b/flixel/system/frontEnds/AssetFrontEnd.hx @@ -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