Hid play button for a couple more levels.

This commit is contained in:
Nick Winter 2014-11-19 13:25:09 -08:00
parent 0640f382ba
commit 5a71d93d8a

View file

@ -75,6 +75,7 @@ module.exports = LevelOptions =
requiredCode: ['Brak'] requiredCode: ['Brak']
'favorable-odds': 'favorable-odds':
disableSpaces: true disableSpaces: true
hidesPlayButton: true
hidesRunShortcut: true hidesRunShortcut: true
hidesHUD: true hidesHUD: true
hidesSay: true hidesSay: true
@ -84,6 +85,7 @@ module.exports = LevelOptions =
restrictedGear: {feet: 'leather-boots'} restrictedGear: {feet: 'leather-boots'}
'the-raised-sword': 'the-raised-sword':
disableSpaces: true disableSpaces: true
hidesPlayButton: true
hidesRunShortcut: true hidesRunShortcut: true
hidesHUD: true hidesHUD: true
hidesSay: true hidesSay: true