jonahs99/tanqs1

where is config.json file?

Petabyte918 opened this issue · 2 comments

where is config.json file?

/server/config.json ??

It should be a json file with a port field and a list of maps. E.g.

    {
      "port": 3000,
      "map": ["./maps/organic.json"]
    }

thanks bro 👍