Update: impact-snake-loaded (2oppg7ptas.js) 39 bytes modified

beta.r3js.org
-=yb4f310 2018-03-12 08:47:22 +01:00
parent da193dcc0f
commit c029cd2030
1 changed files with 1 additions and 3 deletions

View File

@ -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' );