2023-09-03 14:04:49 -04:00
|
|
|
config = {}
|
|
|
|
|
|
|
|
-- the config file path location
|
2023-09-03 18:30:38 -04:00
|
|
|
config.settings_path = "disease/settings.json"
|
2023-09-03 14:04:49 -04:00
|
|
|
|
2023-09-06 10:49:26 -04:00
|
|
|
config.save_path = "disease/saves/"
|
2023-09-03 15:40:13 -04:00
|
|
|
|
2023-09-03 14:04:49 -04:00
|
|
|
return config
|