Skip to content
Snippets Groups Projects

Condition sur le score

Merged TAHA HASSAN requested to merge feature/V3.2 into dev
Compare and
1 file
+ 5
0
Preferences
Compare changes
@@ -686,6 +686,11 @@ public class Client : MonoBehaviour
string nbVictoire = PlayerPrefs.GetString("nbVictoire");
nbVictoireText.SetText(nbVictoire);
if (SCORE < 10)
{
avatars = avatars.GetRange(0, 4);
}
}