Minor changes

This commit is contained in:
Functioning Member of Society 2022-11-01 16:47:04 -04:00
parent 46cc1be435
commit 70830e5014

View File

@ -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