Skip to content

Commit

Permalink
Levels List
Browse files Browse the repository at this point in the history
  • Loading branch information
ekunuke committed Jan 27, 2013
1 parent d0c386b commit 3dc4618
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions js/levels.js
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
assetManager.levelQueue = [
{
name: "HIGH GROUND",
source: "levels/intro1.json",
id: 0
},
{
name: "PROVING GROUNDS",
source: "levels/mark3.json",
id: 1
},
{
name: "SIZZLING SEA",
source: "levels/mark4.json",
id: 2
},
{
name: "BURNING BRIDGES",
source: "levels/mark1.json",
id: 3
},
{
name: "BAPTISM OF FLAME",
source: "levels/mark2.json",
id: 6
},
{
name: "High Ground",
source: "levels/intro1.json",
id: 0
},
{
name: "SIZZLING SEA",
source: "levels/mark4.json",
id: 2
name: "HOT POTATO",
source: "levels/eugene0.json",
id: 4
},
{
name: "RUINED GLORY",
source: "levels/mark5.json",
id: 4
id: 5
},
{
name: "VORTEX",
source: "levels/mark6.json",
id: 5
id: 6
},
{
name: "Stay Afloat",
source: "levels/eugene0.json",
name: "BAPTISM OF FLAME",
source: "levels/mark2.json",
id: 7
},
{
name: "HOT POTATO",
source: "levels/eugene0.json",
name: "GAME OVER",
source: "levels/kyle0.json",
id: 8
}
]

0 comments on commit 3dc4618

Please sign in to comment.