New Beatscribe 8-bit sound theme (#8727)

This commit is contained in:
beatscribe
2017-06-06 20:53:10 -05:00
committed by Keith Holliday
parent 97a38e68c5
commit 3bb88f450a
21 changed files with 4 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,4 +1,4 @@
{ {
"languageName": "English", "languageName": "English",
"stringNotFound": "String '<%= string %>' not found.", "stringNotFound": "String '<%= string %>' not found.",
"titleIndex": "Habitica | Your Life The Role Playing Game", "titleIndex": "Habitica | Your Life The Role Playing Game",
@@ -127,6 +127,7 @@
"audioTheme_rosstavoTheme": "Rosstavo's Theme", "audioTheme_rosstavoTheme": "Rosstavo's Theme",
"audioTheme_dewinTheme": "Dewin's Theme", "audioTheme_dewinTheme": "Dewin's Theme",
"audioTheme_airuTheme": "Airu's Theme", "audioTheme_airuTheme": "Airu's Theme",
"audioTheme_beatscribeNesTheme": "Beatscribe's NES Theme",
"askQuestion": "Ask a Question", "askQuestion": "Ask a Question",
"reportBug": "Report a Bug", "reportBug": "Report a Bug",
"HabiticaWiki": "The Habitica Wiki", "HabiticaWiki": "The Habitica Wiki",

View File

@@ -410,7 +410,7 @@ let schema = new Schema({
skin: {type: String, default: '915533'}, skin: {type: String, default: '915533'},
shirt: {type: String, default: 'blue'}, shirt: {type: String, default: 'blue'},
timezoneOffset: {type: Number, default: 0}, timezoneOffset: {type: Number, default: 0},
sound: {type: String, default: 'rosstavoTheme', enum: ['off', 'danielTheBard', 'gokulTheme', 'luneFoxTheme', 'wattsTheme', 'rosstavoTheme', 'dewinTheme', 'airuTheme']}, sound: {type: String, default: 'rosstavoTheme', enum: ['off', 'danielTheBard', 'gokulTheme', 'luneFoxTheme', 'wattsTheme', 'rosstavoTheme', 'dewinTheme', 'airuTheme', 'beatscribeNesTheme']},
chair: {type: String, default: 'none'}, chair: {type: String, default: 'none'},
timezoneOffsetAtLastCron: Number, timezoneOffsetAtLastCron: Number,
language: String, language: String,

View File

@@ -245,7 +245,7 @@ nav.toolbar(ng-controller='MenuCtrl')
div div
ul.toolbar-submenu ul.toolbar-submenu
// Using [{k,v}] instead of {k:v,k:v} to maintain order ('off' at top) // 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', 'airuTheme'] for theme in ['off', 'danielTheBard', 'gokulTheme', 'luneFoxTheme', 'wattsTheme', 'rosstavoTheme', 'dewinTheme', 'airuTheme', 'beatscribeNesTheme']
li li
a(ng-class="{'bg-info':user.preferences.sound === '#{theme}'}", ng-click="set({'preferences.sound':'#{theme}'})")=env.t('audioTheme_'+theme) a(ng-class="{'bg-info':user.preferences.sound === '#{theme}'}", ng-click="set({'preferences.sound':'#{theme}'})")=env.t('audioTheme_'+theme)
ul.toolbar-controls ul.toolbar-controls