Function macroquad::file::load_file

source ·
pub async fn load_file(path: &str) -> Result<Vec<u8>, Error>
Expand description

Load file from the path and block until its loaded Will use filesystem on PC and do http request on web