Casey_Contra
Smash Journeyman
I posted some of this on the 3DS board, but it pertains more to the Wii U version
I was poking around in the Smash website's source code and found the following in some JavaScript:
But that's not all!
I later found this image:
As we get closer to the Wii U version's release, will we see this section added to the site? It makes sense as this version is going to feature a ton of tracks. Any thoughts?
Here is what I'm looking at http://www.smashbros.com/js/common.js
I was poking around in the Smash website's source code and found the following in some JavaScript:
Hmm.... "musics" interesting...// switch( _pathName[0] ) {
// case "characters" : content = _pathName.shift(); break;
// case "howto" : content = _pathName.shift(); break;
// case "movielist" : content = _pathName.shift(); break;
// case "gamemode" : content = _pathName.shift(); break;
// case "stages" : content = _pathName.shift(); break;
// case "musics" : content = _pathName.shift(); break;
// case "news" : content = _pathName.shift(); break;
But that's not all!
I later found this image:

As we get closer to the Wii U version's release, will we see this section added to the site? It makes sense as this version is going to feature a ton of tracks. Any thoughts?
Here is what I'm looking at http://www.smashbros.com/js/common.js