Slide 58
Slide 58 text
ig.input.bind( ig.KEY.LEFT_ARROW, 'left' );
ig.input.bind( ig.KEY.RIGHT_ARROW, 'right' );
ig.input.bind( ig.KEY.X, 'jump' );
ig.input.bind( ig.KEY.C, 'shoot' );
ig.input.bind( ig.KEY.TAB, 'switch' );
ig.input.bind( ig.KEY.SPACE, 'continue' );