Home
last modified time | relevance | path

Searched refs:DIR_ICON_PATH (Results 1 – 1 of 1) sorted by relevance

/StarryEngine/starry_applications/src/asset_manager/code/
H A Dasset_item_grid.rs22 const DIR_ICON_PATH: &[u8] = include_bytes!("../resource/dir_icon.png"); constant
66 true => ImageResource::from_path(DIR_ICON_PATH), in new()