add new audi theme from LuneFox, moved themes to alphabetical order, adjusted file permissions for Watts Theme

This commit is contained in:
Alys
2015-09-12 10:55:25 +10:00
parent e86809dc07
commit fbaa5d4321
41 changed files with 3 additions and 2 deletions

View File

@@ -319,7 +319,7 @@ var UserSchema = new Schema({
skin: {type:String, 'default':'915533'},
shirt: {type: String, 'default': 'blue'},
timezoneOffset: Number,
sound: {type:String, 'default':'off', enum: ['off','danielTheBard', 'wattsTheme', 'gokulTheme']},
sound: {type:String, 'default':'off', enum: ['off', 'danielTheBard', 'gokulTheme', 'luneFoxTheme', 'wattsTheme']},
language: String,
automaticAllocation: Boolean,
allocationMode: {type:String, enum: ['flat','classbased','taskbased'], 'default': 'flat'},