mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
Revert "Revert "new GSalvadi audio theme, created by NomindTR""
This reverts commit 30a091e14e.
This commit is contained in:
parent
bcc99791dd
commit
07b41d16b6
23 changed files with 3 additions and 2 deletions
BIN
common/audio/gokulTheme/Achievement_Unlocked.mp3
Executable file
BIN
common/audio/gokulTheme/Achievement_Unlocked.mp3
Executable file
Binary file not shown.
BIN
common/audio/gokulTheme/Achievement_Unlocked.ogg
Executable file
BIN
common/audio/gokulTheme/Achievement_Unlocked.ogg
Executable file
Binary file not shown.
BIN
common/audio/gokulTheme/Chat.mp3
Executable file
BIN
common/audio/gokulTheme/Chat.mp3
Executable file
Binary file not shown.
BIN
common/audio/gokulTheme/Chat.ogg
Executable file
BIN
common/audio/gokulTheme/Chat.ogg
Executable file
Binary file not shown.
BIN
common/audio/gokulTheme/Daily.mp3
Executable file
BIN
common/audio/gokulTheme/Daily.mp3
Executable file
Binary file not shown.
BIN
common/audio/gokulTheme/Daily.ogg
Executable file
BIN
common/audio/gokulTheme/Daily.ogg
Executable file
Binary file not shown.
BIN
common/audio/gokulTheme/Death.mp3
Executable file
BIN
common/audio/gokulTheme/Death.mp3
Executable file
Binary file not shown.
BIN
common/audio/gokulTheme/Death.ogg
Executable file
BIN
common/audio/gokulTheme/Death.ogg
Executable file
Binary file not shown.
BIN
common/audio/gokulTheme/Item_Drop.mp3
Executable file
BIN
common/audio/gokulTheme/Item_Drop.mp3
Executable file
Binary file not shown.
BIN
common/audio/gokulTheme/Item_Drop.ogg
Executable file
BIN
common/audio/gokulTheme/Item_Drop.ogg
Executable file
Binary file not shown.
BIN
common/audio/gokulTheme/Level_Up.mp3
Executable file
BIN
common/audio/gokulTheme/Level_Up.mp3
Executable file
Binary file not shown.
BIN
common/audio/gokulTheme/Level_Up.ogg
Executable file
BIN
common/audio/gokulTheme/Level_Up.ogg
Executable file
Binary file not shown.
BIN
common/audio/gokulTheme/Minus_Habit.mp3
Executable file
BIN
common/audio/gokulTheme/Minus_Habit.mp3
Executable file
Binary file not shown.
BIN
common/audio/gokulTheme/Minus_Habit.ogg
Executable file
BIN
common/audio/gokulTheme/Minus_Habit.ogg
Executable file
Binary file not shown.
BIN
common/audio/gokulTheme/Plus_Habit.mp3
Executable file
BIN
common/audio/gokulTheme/Plus_Habit.mp3
Executable file
Binary file not shown.
BIN
common/audio/gokulTheme/Plus_Habit.ogg
Executable file
BIN
common/audio/gokulTheme/Plus_Habit.ogg
Executable file
Binary file not shown.
BIN
common/audio/gokulTheme/Reward.mp3
Executable file
BIN
common/audio/gokulTheme/Reward.mp3
Executable file
Binary file not shown.
BIN
common/audio/gokulTheme/Reward.ogg
Executable file
BIN
common/audio/gokulTheme/Reward.ogg
Executable file
Binary file not shown.
BIN
common/audio/gokulTheme/ToDo.mp3
Executable file
BIN
common/audio/gokulTheme/ToDo.mp3
Executable file
Binary file not shown.
BIN
common/audio/gokulTheme/ToDo.ogg
Executable file
BIN
common/audio/gokulTheme/ToDo.ogg
Executable file
Binary file not shown.
|
|
@ -85,6 +85,7 @@
|
|||
"audioTheme_off": "Off",
|
||||
"audioTheme_danielTheBard": "Daniel The Bard",
|
||||
"audioTheme_wattsTheme": "Watts' Theme",
|
||||
"audioTheme_gokulTheme": "Gokul Theme",
|
||||
"askQuestion": "Ask a Question",
|
||||
"reportBug": "Report a Bug",
|
||||
"contributeToHRPG": "Contribute to HabitRPG",
|
||||
|
|
|
|||
|
|
@ -311,7 +311,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']},
|
||||
sound: {type:String, 'default':'off', enum: ['off','danielTheBard', 'wattsTheme', 'gokulTheme']},
|
||||
language: String,
|
||||
automaticAllocation: Boolean,
|
||||
allocationMode: {type:String, enum: ['flat','classbased','taskbased'], 'default': 'flat'},
|
||||
|
|
|
|||
|
|
@ -220,7 +220,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', 'wattsTheme']
|
||||
for theme in ['off','danielTheBard', 'wattsTheme', 'gokulTheme']
|
||||
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