mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2026-07-12 08:42:20 +08:00
Ability to load masterdata from a folder
This commit is contained in:
@@ -60,7 +60,10 @@ pub struct Args {
|
||||
pub jp_android_asset_hash: String,
|
||||
|
||||
#[arg(long, default_value = "", help = "Path to image assets.")]
|
||||
pub image_asset_path: String
|
||||
pub image_asset_path: String,
|
||||
|
||||
#[arg(long, default_value = "", help = "Optional directory to load asset lists and master data CSVs from at runtime. Layout mirrors the bundled assets (asset_lists/, csv/, csv-en/). Missing files fall back to the internal copies.")]
|
||||
pub masterdata: String
|
||||
}
|
||||
|
||||
pub fn get_args() -> Args {
|
||||
|
||||
Reference in New Issue
Block a user