mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Added watts themes to audio choices
This commit is contained in:
parent
042f2fbceb
commit
de59c76609
22 changed files with 2 additions and 2 deletions
BIN
public/audio/wattsTheme/Achievement_Unlocked.mp3
Executable file
BIN
public/audio/wattsTheme/Achievement_Unlocked.mp3
Executable file
Binary file not shown.
BIN
public/audio/wattsTheme/Achievement_Unlocked.ogg
Executable file
BIN
public/audio/wattsTheme/Achievement_Unlocked.ogg
Executable file
Binary file not shown.
0
public/audio/wattsTheme/Chat.mp3
Normal file
0
public/audio/wattsTheme/Chat.mp3
Normal file
0
public/audio/wattsTheme/Chat.ogg
Normal file
0
public/audio/wattsTheme/Chat.ogg
Normal file
BIN
public/audio/wattsTheme/Daily.mp3
Executable file
BIN
public/audio/wattsTheme/Daily.mp3
Executable file
Binary file not shown.
BIN
public/audio/wattsTheme/Daily.ogg
Executable file
BIN
public/audio/wattsTheme/Daily.ogg
Executable file
Binary file not shown.
BIN
public/audio/wattsTheme/Death.mp3
Executable file
BIN
public/audio/wattsTheme/Death.mp3
Executable file
Binary file not shown.
BIN
public/audio/wattsTheme/Death.ogg
Executable file
BIN
public/audio/wattsTheme/Death.ogg
Executable file
Binary file not shown.
BIN
public/audio/wattsTheme/Item_Drop.mp3
Executable file
BIN
public/audio/wattsTheme/Item_Drop.mp3
Executable file
Binary file not shown.
BIN
public/audio/wattsTheme/Item_Drop.ogg
Executable file
BIN
public/audio/wattsTheme/Item_Drop.ogg
Executable file
Binary file not shown.
BIN
public/audio/wattsTheme/Level_Up.mp3
Executable file
BIN
public/audio/wattsTheme/Level_Up.mp3
Executable file
Binary file not shown.
BIN
public/audio/wattsTheme/Level_Up.ogg
Executable file
BIN
public/audio/wattsTheme/Level_Up.ogg
Executable file
Binary file not shown.
BIN
public/audio/wattsTheme/Minus_Habit.mp3
Executable file
BIN
public/audio/wattsTheme/Minus_Habit.mp3
Executable file
Binary file not shown.
BIN
public/audio/wattsTheme/Minus_Habit.ogg
Executable file
BIN
public/audio/wattsTheme/Minus_Habit.ogg
Executable file
Binary file not shown.
BIN
public/audio/wattsTheme/Plus_Habit.mp3
Executable file
BIN
public/audio/wattsTheme/Plus_Habit.mp3
Executable file
Binary file not shown.
BIN
public/audio/wattsTheme/Plus_Habit.ogg
Executable file
BIN
public/audio/wattsTheme/Plus_Habit.ogg
Executable file
Binary file not shown.
BIN
public/audio/wattsTheme/Reward.mp3
Executable file
BIN
public/audio/wattsTheme/Reward.mp3
Executable file
Binary file not shown.
BIN
public/audio/wattsTheme/Reward.ogg
Executable file
BIN
public/audio/wattsTheme/Reward.ogg
Executable file
Binary file not shown.
BIN
public/audio/wattsTheme/ToDo.mp3
Executable file
BIN
public/audio/wattsTheme/ToDo.mp3
Executable file
Binary file not shown.
BIN
public/audio/wattsTheme/ToDo.ogg
Executable file
BIN
public/audio/wattsTheme/ToDo.ogg
Executable file
Binary file not shown.
|
|
@ -281,7 +281,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']},
|
||||
sound: {type:String, 'default':'off', enum: ['off','danielTheBard', 'wattsTheme']},
|
||||
language: String,
|
||||
automaticAllocation: Boolean,
|
||||
allocationMode: {type:String, enum: ['flat','classbased','taskbased'], 'default': 'flat'},
|
||||
|
|
|
|||
|
|
@ -215,7 +215,7 @@ nav.toolbar(ng-controller='AuthCtrl', ng-class='{active: isToolbarHidden}')
|
|||
div
|
||||
ul.toolbar-submenu(ng-click='expandMenu(null)')
|
||||
// Using [{k,v}] instead of {k:v,k:v} to maintain order ('off' at top)
|
||||
for theme in ['off','danielTheBard']
|
||||
for theme in ['off','danielTheBard', 'wattsTheme']
|
||||
li
|
||||
a(ng-class="{'bg-primary':user.preferences.sound=='#{theme}'}", ng-click="set({'preferences.sound':'#{theme}'})")=env.t('audioTheme_'+theme)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue