Skip to content

Commit

Permalink
Fix loader for tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
benhhopkins committed Oct 9, 2014
1 parent e6b4c72 commit 0739755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function Main(){
//document.body.appendChild(renderer.view);

// Set up the asset loader for sprite images with the .json data and a callback
var tileAtlas = ["citystates.json"];
var tileAtlas = ["tiles.json"];
var loader = new PIXI.AssetLoader(tileAtlas);
loader.onComplete = onLoaded;
loader.load();
Expand Down

0 comments on commit 0739755

Please sign in to comment.