Skip to content
Snippets Groups Projects
Commit 0b644db7 authored by GHARBI SANIM's avatar GHARBI SANIM
Browse files

changement du texte de l'étape

parent 799a6a38
Branches
No related merge requests found
......@@ -83,7 +83,7 @@ public class UIHandler : MonoBehaviour
public void setEtape(int current, int max)
{
etape.GetComponent<Text>().text = "Etape "+current+"/"+max;
etape.GetComponent<Text>().text = current+"/"+max;
}
public void updateJauges(List<int> ponderations)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment