8 lines
139 B
Lua
8 lines
139 B
Lua
config = {}
|
|
|
|
-- the config file path location
|
|
config.config_path = "disease/config.json"
|
|
|
|
config.save_path = "disease/saves"
|
|
|
|
return config |