diff --git a/main.cpp b/main.cpp index 9e9df16..78136eb 100644 --- a/main.cpp +++ b/main.cpp @@ -108,12 +108,12 @@ void updateTimer(int time) if(sf::Keyboard::isKeyPressed(sf::Keyboard::LShift)) { - playerY -= .8; + playerY += .8; } else if(sf::Keyboard::isKeyPressed(sf::Keyboard::Space)) { - playerY += .8; + playerY -= .8; } // Rotation