public void DisplayWinScreen() { popupWin.Appear(); Tween.LocalScale(popupWin.transform, new Vector3(1.2f, 1.2f, 1.2f), 0.7f, 0, Tween.EaseIn); popupWin.SetText("Félicitations !!", "Voici votre invention"); }