Skip to content

Commit

Permalink
Update background.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-W-McMahon committed Aug 17, 2015
1 parent 7adaf9c commit 0e423a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Effects/background.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
function Background(){
this.gameEngine;
//this.gameEngine;
var mySprite;

this.init = function(e){
this.gameEngine = e;
//this.gameEngine = e;
var mySpriteSheet = new SpriteSheet("textures/coin-sprite-animation-sprite-sheet.png");
mySpriteSheet.addAnimation(
{
Expand Down

0 comments on commit 0e423a0

Please sign in to comment.