1
0
forked from Mirrors/RGSX

Correction de l'erreur de police non initialisée et mise à jour de display.py

This commit is contained in:
skymike03
2025-07-06 21:20:47 +02:00
parent 7360d11472
commit 2fb2cf5470
2 changed files with 34 additions and 13 deletions

View File

@@ -46,8 +46,9 @@ REPEAT_DELAY = 300 # Délai initial avant répétition (ms)
REPEAT_INTERVAL = 100 # Intervalle entre répétitions (ms)
REPEAT_ACTION_DEBOUNCE = 50 # Délai anti-rebond pour répétitions (ms)
# Initialisation de Pygame
# Initialisation de Pygame et des polices
pygame.init()
config.init_font()
pygame.joystick.init()
pygame.mouse.set_visible(True)