mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Updating help videos
Moving dungeons-of-kithgard to Vimeo Adding original style for haunted-kithmaze
This commit is contained in:
parent
77a4ec1aa0
commit
f853259304
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@ module.exports = LevelOptions =
|
|||
'dungeons-of-kithgard':
|
||||
disableSpaces: true
|
||||
helpVideos: [
|
||||
{style: 'original', URL: '//www.youtube.com/embed/bHaeKdMPZrA'}
|
||||
{style: 'original', URL: '//player.vimeo.com/video/114921603'}
|
||||
{style: 'scripted', URL: '//player.vimeo.com/video/114729726'}
|
||||
{style: 'eccentric', URL: '//player.vimeo.com/video/114729725'}
|
||||
{style: 'edited', URL: '//player.vimeo.com/video/114729724'}
|
||||
|
@ -118,6 +118,7 @@ module.exports = LevelOptions =
|
|||
requiredCode: ['loop']
|
||||
'haunted-kithmaze':
|
||||
helpVideos: [
|
||||
{style: 'original', URL: '//player.vimeo.com/video/114921605'}
|
||||
{style: 'scripted', URL: '//player.vimeo.com/video/114730074'}
|
||||
{style: 'eccentric', URL: '//player.vimeo.com/video/114729727'}
|
||||
{style: 'edited', URL: '//player.vimeo.com/video/114729723'}
|
||||
|
|
Loading…
Reference in a new issue