mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Update play_view.coffee
Added "Guide Everyone Home" level
This commit is contained in:
parent
928e4362ba
commit
4d50a6d76a
1 changed files with 7 additions and 0 deletions
|
@ -248,6 +248,13 @@ module.exports = class PlayView extends View
|
|||
image: '/file/db/level/529662dfe0df8f0000000007/grab_the_mushroom_icon.png'
|
||||
description: 'Collect a hundred mushrooms in just five lines of code - by Nathan Gossett'
|
||||
}
|
||||
{
|
||||
name: 'Guide Everyone Home'
|
||||
difficulty: 2
|
||||
id: 'guide-everyone-home'
|
||||
image: '/file/db/level/52740644904ac0411700067c/rescue_mission_icon.png'
|
||||
description: 'Fetch the wizards teleporting into the area - by Nathan Gossett'
|
||||
}
|
||||
]
|
||||
|
||||
context.campaigns = [
|
||||
|
|
Loading…
Reference in a new issue