Hi, i have made a fork of pyramid of ra from the last phaser issue and i want to move the player just one time http://asciimulation.link/codeinmass/mod here is the code var game; // main game options var gameOptions = { gameWidth: 800, gameHeight: 600, tileSize: 64, fieldSize: { rows: 8, cols: 10 } } // game levels var levels = [ { level:[ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 2, 1, 1, 1, 1, 2, 0, 0],