* Some solid progress on themeing / customization via theme.json
This commit is contained in:
@@ -93,6 +93,15 @@ function getDefaultConfig() {
|
||||
passwordChar : '*', // TODO: move to user ?
|
||||
},
|
||||
|
||||
/*
|
||||
Concept
|
||||
"theme" : {
|
||||
"default" : "defaultThemeName", // or "*"
|
||||
"passwordChar" : "*",
|
||||
...
|
||||
}
|
||||
*/
|
||||
|
||||
paths : {
|
||||
mods : paths.join(__dirname, './../mods/'),
|
||||
servers : paths.join(__dirname, './servers/'),
|
||||
|
||||
Reference in New Issue
Block a user