Il est 4h du matin et tout va bien
This commit is contained in:
parent
e9420a2b89
commit
0173e11331
File diff suppressed because it is too large
Load Diff
@ -63,7 +63,7 @@ public class HighscoreRecordMenuManager : BaseInputBehavior
|
|||||||
{
|
{
|
||||||
if (WaitText != null) {
|
if (WaitText != null) {
|
||||||
WaitText.gameObject.SetActive (true);
|
WaitText.gameObject.SetActive (true);
|
||||||
WaitText.text = "En attente du joueur " + (Player2 ? "2" : "1");
|
WaitText.text = "En attente du joueur " + (Player2 ? "1" : "2");
|
||||||
|
|
||||||
}
|
}
|
||||||
if (Recorders[OtherPlayerIndex].Finished)
|
if (Recorders[OtherPlayerIndex].Finished)
|
||||||
|
|||||||
@ -36,10 +36,10 @@ public class LaunchGameScript : MonoBehaviour
|
|||||||
var go = CanWeGo;
|
var go = CanWeGo;
|
||||||
if (Title != null && go != Title.gameObject.activeSelf)
|
if (Title != null && go != Title.gameObject.activeSelf)
|
||||||
{
|
{
|
||||||
Title.text = "Choisissez votre véhicule";
|
Title.text = "Choisissez votre vehicule";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Title.text = "Pour demarrer, appuyer sur les boutons valider en meme temps";
|
Title.text = "Pour demarrer appuyer sur les boutons valider en meme temps";
|
||||||
if (Input.GetButton("SubmitP1") && Input.GetButton("SubmitP2") && go)
|
if (Input.GetButton("SubmitP1") && Input.GetButton("SubmitP2") && go)
|
||||||
{
|
{
|
||||||
Title.GetComponentInChildren<Text>().text = "Launching...";
|
Title.GetComponentInChildren<Text>().text = "Launching...";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user