look at front of windmill by default

This commit is contained in:
Lephenixnoir 2023-01-02 14:53:30 +01:00
parent 0a70754c2a
commit 28ba6efdad
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}