mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-22 10:55:19 -04:00
Add ladder banner images to ladder home
This commit is contained in:
parent
9e61928080
commit
356f65561c
1 changed files with 4 additions and 4 deletions
|
@ -67,28 +67,28 @@ heroArenas = [
|
|||
name: 'Cavern Survival'
|
||||
difficulty: 1
|
||||
id: 'cavern-survival'
|
||||
image: ''
|
||||
image: '/file/db/level/544437e0645c0c0000c3291d/OCT30-Cavern%20Survival.png'
|
||||
description: 'Stay alive longer than your multiplayer opponent amidst hordes of ogres!'
|
||||
}
|
||||
{
|
||||
name: 'Dueling Grounds'
|
||||
difficulty: 1
|
||||
id: 'dueling-grounds'
|
||||
image: ''
|
||||
image: '/file/db/level/5442ba0e1e835500007eb1c7/OCT27-Dueling%20Grounds.png'
|
||||
description: 'Battle head-to-head against another hero in this basic beginner combat arena.'
|
||||
}
|
||||
{
|
||||
name: 'Multiplayer Treasure Grove'
|
||||
difficulty: 2
|
||||
id: 'multiplayer-treasure-grove'
|
||||
image: ''
|
||||
image: '/file/db/level/5469643c37600b40e0e09c5b/OCT27-Multiplayer%20Treasure%20Grove.png'
|
||||
description: 'Mix collection, flags, and combat in this multiplayer coin-gathering arena.'
|
||||
}
|
||||
{
|
||||
name: 'Harrowland'
|
||||
difficulty: 2
|
||||
id: 'harrowland'
|
||||
image: ''
|
||||
image: '/file/db/level/54b83c2629843994803c838e/OCT27-Harrowland.png'
|
||||
description: 'Go head-to-head against another player in this dueling arena--but watch out for their friends!'
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue