Config
Scar::Config.define_standards({
resolution_w: 1600,
resolution_h: 900,
name: "ProPlayer9001",
skills: [false, true, false, false],
})Config.load("config.yml")
Logger.info "the window width is #{Config[:resolution_w]}"
Config[:name] = "ProPlayer1337"
Config.reset(:skills)
Config.save("config.yml")Last updated