Edited default zoom value

This commit is contained in:
Adastram 2024-01-11 10:41:57 +01:00
parent e8343160d4
commit 8cbe1a3727

View file

@ -5,7 +5,7 @@ class Camera:
def __init__(self): def __init__(self):
self.x = 0 self.x = 0
self.y = 0 self.y = 0
self.zoom = 1. self.zoom = 1.75
# Décalage lors du mouvement du joueur # Décalage lors du mouvement du joueur
self.player_moving_offset = 100 self.player_moving_offset = 100