diff --git a/2oppg7ptas.js b/2oppg7ptas.js index 09b5c8f..7864942 100644 --- a/2oppg7ptas.js +++ b/2oppg7ptas.js @@ -28,14 +28,12 @@ ig.module( { font: new ig.Font( 'media/04b03.font.png' ), - background: new ig.Image('media/long_background.png'), + backgroundImage: new ig.Image('media/long_background.png'), init: function() { console.log('init called'); - this.backgroundImage = background; - // initialize your game world, bind some // keys, etc. ig.input.bind( ig.KEY.SPACE, 'jump' );