mirror of
https://github.com/osmarks/random-stuff
synced 2024-11-08 13:39:53 +00:00
20 lines
348 B
Go
Executable File
20 lines
348 B
Go
Executable File
package main
|
|
|
|
var dfaijson = []byte(`
|
|
{
|
|
"camera": false,
|
|
"cancel_announce": 0,
|
|
"fps_meter": false,
|
|
"lockstep": true,
|
|
"manage_labors": "autolabor",
|
|
"manage_nobles": true,
|
|
"no_quit": true,
|
|
"plan_allow_legacy": false,
|
|
"plan_verbosity": -1,
|
|
"random_embark": true,
|
|
"record_movie": false,
|
|
"write_console": false,
|
|
"write_log": false
|
|
}
|
|
`[1:])
|