public void Initialize(MoteurJeu _moteurJeu, Vector2 _camera)
        {
            this._camera = _camera;

            _spriteCarte1 = new SpriteCarte(_moteurJeu.Carte1, 1, _camera);
            _spriteCarte2 = new SpriteCarte(_moteurJeu.Carte2, 2, _camera);
            _spriteIU = new SpriteIU();
            _spriteDecor = new SpriteDecor(_moteurJeu.ElementDecor, _camera);
            this._moteurJeu = _moteurJeu;
        }
        public void Initialize(MoteurJeu _moteurJeu, Vector2 _camera)
        {
            this._camera = _camera;

            _spriteCarte1   = new SpriteCarte(_moteurJeu.Carte1, 1, _camera);
            _spriteCarte2   = new SpriteCarte(_moteurJeu.Carte2, 2, _camera);
            _spriteIU       = new SpriteIU();
            _spriteDecor    = new SpriteDecor(_moteurJeu.ElementDecor, _camera);
            this._moteurJeu = _moteurJeu;
        }