if(this.input.getInput().KEY_D===true && collider.getMovements().RIGHT===true)
        {
            this.camera.position.x+=1.0*delta;
        }