feat: Implemented file hierarchy initialization
- Bump version to 0.5.1 - Added Config::save method - cli: Added init command
This commit is contained in:
parent
f88e010b4f
commit
2960b6dfc4
5 changed files with 111 additions and 25 deletions
|
|
@ -1,10 +1,4 @@
|
|||
# Default config
|
||||
|
||||
# Path to quests folder relative to config
|
||||
quests_path = "./quests"
|
||||
|
||||
# Path to accounts folder relative to config
|
||||
accounts_path = "./accounts"
|
||||
|
||||
# Path to map .toml file relative to config
|
||||
map = "./map.toml"
|
||||
quests_path = "quests"
|
||||
accounts_path = "accounts"
|
||||
map = "map.toml"
|
||||
verbose = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue