fix merge + convert audio ressources + add sounds/music to scenes

This commit is contained in:
arthur.jamet
2021-06-09 15:21:00 +02:00
39 changed files with 900 additions and 268 deletions
+2 -2
View File
@@ -31,9 +31,9 @@ namespace BBM
key.second = Keyboard::isDown(key.first);
controllable.move = Vector2f();
if (Keyboard::isDown(keyboard.keyRight))
controllable.move.x += 1;
if (Keyboard::isDown(keyboard.keyLeft))
controllable.move.x -= 1;
if (Keyboard::isDown(keyboard.keyLeft))
controllable.move.x += 1;
if (Keyboard::isDown(keyboard.keyUp))
controllable.move.y += 1;
if (Keyboard::isDown(keyboard.keyDown))