creation d'une scene et de scripts pour le Marketing
This commit is contained in:
parent
2b5a227237
commit
572e49f7f7
11 changed files with 8048 additions and 0 deletions
|
|
@ -34,6 +34,17 @@ namespace MenuSystem.Runtime.TitleScreen
|
|||
_continueButton.SetActive(false);
|
||||
_loadButton.SetActive(false);
|
||||
}
|
||||
|
||||
/*if (Input.GetKeyDown(KeyCode.R))
|
||||
{
|
||||
GameManager.Instance.Profile = "continue";
|
||||
// Chargement du profile continue
|
||||
LoadFacts();
|
||||
string profileName = GetFact<string>("profile");
|
||||
GameManager.Instance.Profile = profileName;
|
||||
LoadFacts();
|
||||
SceneLoader.Instance.LoadScene("MARKETING");
|
||||
}*/
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue