Skip to content
Snippets Groups Projects
Commit 94263f83 authored by CLEMREP's avatar CLEMREP
Browse files

:bug: rotate 90 ship

parent 79c5bdd0
No related branches found
No related tags found
No related merge requests found
...@@ -269,6 +269,7 @@ void Game::update() { ...@@ -269,6 +269,7 @@ void Game::update() {
--lives; --lives;
playerShip->setPosition(GAME_CENTER); playerShip->setPosition(GAME_CENTER);
playerShip->setAngle(-90);
playerShip->setVelocity(Vec2(0, 0)); playerShip->setVelocity(Vec2(0, 0));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment