From af05762706d3123244af30838c8f9eb7c91082e3 Mon Sep 17 00:00:00 2001 From: yannis300307 Date: Sat, 13 Jan 2024 23:16:38 +0100 Subject: [PATCH] Retrait des modifications sur le joueur --- src/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.py b/src/main.py index 500d459..70024a1 100644 --- a/src/main.py +++ b/src/main.py @@ -93,8 +93,8 @@ class Game(Engine): # On définit ses attributs player.set_default_life(15) - player.max_speed = 640.0 - player.x = 6220. + player.max_speed = 64.0 + player.x = 220. player.y = 767. # On place la caméra au niveau du joueur