Renamed config file, added sample
did this to allow for other configs in our namespace.
This commit is contained in:
parent
fd53d3e51e
commit
6da0bfac7a
@ -19,7 +19,7 @@ var profile = flag.String("pprof", "", "if specified will run with pprof")
|
||||
var mprofile = flag.String("mprof", "", "if specified will dump a memory profile")
|
||||
var netprofile = flag.Bool("netprof", false, "if specified will run with net/http/pprof on :8667")
|
||||
var verbose = flag.Bool("verbose", false, "")
|
||||
var config = flag.String("config", "~/.config/hackerbots/config.json", "location of config file")
|
||||
var config = flag.String("config", "~/.config/hackerbots/server.json", "location of config file")
|
||||
|
||||
func main() {
|
||||
log.SetFlags(log.Ldate | log.Ltime | log.Lshortfile)
|
||||
|
7
config/server.json
Normal file
7
config/server.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"tick": 66,
|
||||
"timescale": 1.0,
|
||||
"width": 1600,
|
||||
"height": 1100,
|
||||
"obstacle": 20
|
||||
}
|
Loading…
Reference in New Issue
Block a user