mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
commit
10e91f4250
1 changed files with 8 additions and 0 deletions
|
@ -159,6 +159,14 @@ module.exports = class PlayView extends View
|
|||
description: "Combat the armies of other Wizards in a strategic forest arena! (Fast computer required.)"
|
||||
levelPath: 'ladder'
|
||||
}
|
||||
{
|
||||
name: 'Gold Rush'
|
||||
difficulty: 3
|
||||
id: 'gold-rush'
|
||||
image: '/file/db/level/525ef8ef06e1ab0962000003/commanding_followers_icon.png'
|
||||
description: "Prove you are better at collecting gold than your opponent!"
|
||||
levelPath: 'ladder'
|
||||
}
|
||||
]
|
||||
|
||||
playerCreated = [
|
||||
|
|
Loading…
Reference in a new issue