mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
Added Airu's Theme (#8204)
* Airu's Theme * Delete Minus_Habit.ogg * Delete Minus_Habit.mp3 * Add files via upload
This commit is contained in:
parent
7ed26c0dbe
commit
b8f57a74d0
23 changed files with 4 additions and 3 deletions
BIN
website/assets/audio/airuTheme/Achievement_Unlocked.mp3
Normal file
BIN
website/assets/audio/airuTheme/Achievement_Unlocked.mp3
Normal file
Binary file not shown.
BIN
website/assets/audio/airuTheme/Achievement_Unlocked.ogg
Normal file
BIN
website/assets/audio/airuTheme/Achievement_Unlocked.ogg
Normal file
Binary file not shown.
BIN
website/assets/audio/airuTheme/Chat.mp3
Normal file
BIN
website/assets/audio/airuTheme/Chat.mp3
Normal file
Binary file not shown.
BIN
website/assets/audio/airuTheme/Chat.ogg
Normal file
BIN
website/assets/audio/airuTheme/Chat.ogg
Normal file
Binary file not shown.
BIN
website/assets/audio/airuTheme/Daily.mp3
Normal file
BIN
website/assets/audio/airuTheme/Daily.mp3
Normal file
Binary file not shown.
BIN
website/assets/audio/airuTheme/Daily.ogg
Normal file
BIN
website/assets/audio/airuTheme/Daily.ogg
Normal file
Binary file not shown.
BIN
website/assets/audio/airuTheme/Death.mp3
Normal file
BIN
website/assets/audio/airuTheme/Death.mp3
Normal file
Binary file not shown.
BIN
website/assets/audio/airuTheme/Death.ogg
Normal file
BIN
website/assets/audio/airuTheme/Death.ogg
Normal file
Binary file not shown.
BIN
website/assets/audio/airuTheme/Item_Drop.mp3
Normal file
BIN
website/assets/audio/airuTheme/Item_Drop.mp3
Normal file
Binary file not shown.
BIN
website/assets/audio/airuTheme/Item_Drop.ogg
Normal file
BIN
website/assets/audio/airuTheme/Item_Drop.ogg
Normal file
Binary file not shown.
BIN
website/assets/audio/airuTheme/Level_Up.mp3
Normal file
BIN
website/assets/audio/airuTheme/Level_Up.mp3
Normal file
Binary file not shown.
BIN
website/assets/audio/airuTheme/Level_Up.ogg
Normal file
BIN
website/assets/audio/airuTheme/Level_Up.ogg
Normal file
Binary file not shown.
BIN
website/assets/audio/airuTheme/Minus_Habit.mp3
Normal file
BIN
website/assets/audio/airuTheme/Minus_Habit.mp3
Normal file
Binary file not shown.
BIN
website/assets/audio/airuTheme/Minus_Habit.ogg
Normal file
BIN
website/assets/audio/airuTheme/Minus_Habit.ogg
Normal file
Binary file not shown.
BIN
website/assets/audio/airuTheme/Plus_Habit.mp3
Normal file
BIN
website/assets/audio/airuTheme/Plus_Habit.mp3
Normal file
Binary file not shown.
BIN
website/assets/audio/airuTheme/Plus_Habit.ogg
Normal file
BIN
website/assets/audio/airuTheme/Plus_Habit.ogg
Normal file
Binary file not shown.
BIN
website/assets/audio/airuTheme/Reward.mp3
Normal file
BIN
website/assets/audio/airuTheme/Reward.mp3
Normal file
Binary file not shown.
BIN
website/assets/audio/airuTheme/Reward.ogg
Normal file
BIN
website/assets/audio/airuTheme/Reward.ogg
Normal file
Binary file not shown.
BIN
website/assets/audio/airuTheme/ToDo.mp3
Normal file
BIN
website/assets/audio/airuTheme/ToDo.mp3
Normal file
Binary file not shown.
BIN
website/assets/audio/airuTheme/ToDo.ogg
Normal file
BIN
website/assets/audio/airuTheme/ToDo.ogg
Normal file
Binary file not shown.
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{
|
||||
"languageName": "English",
|
||||
"stringNotFound": "String '<%= string %>' not found.",
|
||||
"titleIndex": "Habitica | Your Life The Role Playing Game",
|
||||
|
|
@ -122,6 +122,7 @@
|
|||
"audioTheme_luneFoxTheme": "LuneFox's Theme",
|
||||
"audioTheme_rosstavoTheme": "Rosstavo's Theme",
|
||||
"audioTheme_dewinTheme": "Dewin's Theme",
|
||||
"audioTheme_airuTheme": "Airu's Theme",
|
||||
"askQuestion": "Ask a Question",
|
||||
"reportBug": "Report a Bug",
|
||||
"HabiticaWiki": "The Habitica Wiki",
|
||||
|
|
|
|||
|
|
@ -400,7 +400,7 @@ let schema = new Schema({
|
|||
skin: {type: String, default: '915533'},
|
||||
shirt: {type: String, default: 'blue'},
|
||||
timezoneOffset: {type: Number, default: 0},
|
||||
sound: {type: String, default: 'rosstavoTheme', enum: ['off', 'danielTheBard', 'gokulTheme', 'luneFoxTheme', 'wattsTheme', 'rosstavoTheme', 'dewinTheme']},
|
||||
sound: {type: String, default: 'rosstavoTheme', enum: ['off', 'danielTheBard', 'gokulTheme', 'luneFoxTheme', 'wattsTheme', 'rosstavoTheme', 'dewinTheme', 'airuTheme']},
|
||||
chair: {type: String, default: 'none'},
|
||||
timezoneOffsetAtLastCron: Number,
|
||||
language: String,
|
||||
|
|
|
|||
|
|
@ -235,7 +235,7 @@ nav.toolbar(ng-controller='MenuCtrl')
|
|||
div
|
||||
ul.toolbar-submenu
|
||||
// Using [{k,v}] instead of {k:v,k:v} to maintain order ('off' at top)
|
||||
for theme in ['off', 'danielTheBard', 'gokulTheme', 'luneFoxTheme', 'wattsTheme', 'rosstavoTheme', 'dewinTheme']
|
||||
for theme in ['off', 'danielTheBard', 'gokulTheme', 'luneFoxTheme', 'wattsTheme', 'rosstavoTheme', 'dewinTheme', 'airuTheme']
|
||||
li
|
||||
a(ng-class="{'bg-info':user.preferences.sound === '#{theme}'}", ng-click="set({'preferences.sound':'#{theme}'})")=env.t('audioTheme_'+theme)
|
||||
ul.toolbar-controls
|
||||
|
|
|
|||
Loading…
Reference in a new issue