correction du bug d'affichage des aventuriers dans le panel de recrutement. Il y a desormais bien 20 aventuriers generes. ajustement bouton et texte dans le panel de creation de partie
This commit is contained in:
parent
ccf63574e4
commit
2ab20b0e8c
9 changed files with 1556 additions and 30 deletions
|
|
@ -10,11 +10,6 @@ namespace Core.Runtime
|
|||
public class GameManager: BaseMonobehaviour
|
||||
{
|
||||
|
||||
/*
|
||||
* Appel depuis ici
|
||||
* Localization => A FAIRE
|
||||
*/
|
||||
|
||||
#region Publics
|
||||
|
||||
public static GameManager Instance { get; private set; }
|
||||
|
|
@ -152,6 +147,11 @@ namespace Core.Runtime
|
|||
LocalizationSystem.Instance.LoadLanguage(CurrentLanguage);
|
||||
}
|
||||
|
||||
void Start()
|
||||
{
|
||||
Debug.Log("Chemin des sauvegardes : " + Application.persistentDataPath);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue