From 70830e501429a5cf78d72e2a00516765266ce51e Mon Sep 17 00:00:00 2001 From: Migdyn Date: Tue, 1 Nov 2022 16:47:04 -0400 Subject: [PATCH] Minor changes --- main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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