Oops, that was just for testing...
This commit is contained in:
parent
ec5d54cc97
commit
b538a83fd1
1 changed files with 2 additions and 2 deletions
|
@ -206,7 +206,7 @@ module.exports = class CampaignView extends RootView
|
||||||
for nextLevelOriginal in level.nextLevels ? []
|
for nextLevelOriginal in level.nextLevels ? []
|
||||||
if nextLevel = _.find(@campaign.renderedLevels, original: nextLevelOriginal)
|
if nextLevel = _.find(@campaign.renderedLevels, original: nextLevelOriginal)
|
||||||
@createLine level.position, nextLevel.position
|
@createLine level.position, nextLevel.position
|
||||||
@showLeaderboard @options.justBeatLevel?.get('slug') if @options.showLeaderboard or true
|
@showLeaderboard @options.justBeatLevel?.get('slug') if @options.showLeaderboard# or true
|
||||||
@applyCampaignStyles()
|
@applyCampaignStyles()
|
||||||
@testParticles()
|
@testParticles()
|
||||||
|
|
||||||
|
@ -220,7 +220,7 @@ module.exports = class CampaignView extends RootView
|
||||||
@openModalView authModal
|
@openModalView authModal
|
||||||
|
|
||||||
showLeaderboard: (levelSlug) ->
|
showLeaderboard: (levelSlug) ->
|
||||||
levelSlug ?= 'siege-of-stonehold' # Testing
|
#levelSlug ?= 'siege-of-stonehold' # Testing
|
||||||
leaderboardModal = new LeaderboardModal supermodel: @supermodel, levelSlug: levelSlug
|
leaderboardModal = new LeaderboardModal supermodel: @supermodel, levelSlug: levelSlug
|
||||||
@openModalView leaderboardModal
|
@openModalView leaderboardModal
|
||||||
|
|
||||||
|
|
Reference in a new issue