Function ggez::filesystem::write_config

source ·
pub fn write_config(ctx: &Context, conf: &Conf) -> GameResult
👎Deprecated since 0.8.0: Use ctx.fs.write_config instead
Expand description

Takes a Conf object and saves it to the user directory, overwriting any file already there.