la consola ja no pausa al jugador
This commit is contained in:
@@ -55,6 +55,7 @@ void Player::update(float delta_time) {
|
||||
|
||||
// Comprueba las entradas y modifica variables
|
||||
void Player::handleInput() {
|
||||
if (ignore_input_) { return; }
|
||||
if (Input::get()->checkAction(InputAction::LEFT)) {
|
||||
wanna_go_ = Direction::LEFT;
|
||||
} else if (Input::get()->checkAction(InputAction::RIGHT)) {
|
||||
|
||||
Reference in New Issue
Block a user