diff --git a/src/game.cpp b/src/game.cpp index d5f8f8c..2f6cf50 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -19,5 +19,5 @@ void Game::new_game() { // pour exemple map = &map_moulin; - player.teleport(-100,0,player.height,0,10); + player.teleport(160,0,player.height,180,10); }