Загрузка данных


 screen.draw.text(
        str(player.score),
        topleft=(WIDTH - HUD_W * 2.5, HUD_H // 1.25),
        fontsize=40,
        color="white"
    )