tentative de correction de bug, a finir.
This commit is contained in:
parent
b1051f30b2
commit
9f2e4c1063
10 changed files with 26 additions and 15242 deletions
|
|
@ -129,12 +129,10 @@ namespace Core.Runtime
|
|||
// Chargement ou création des paramètres
|
||||
if (m_gameFacts.SaveFileExists("GeneralSettings"))
|
||||
{
|
||||
Debug.Log("<color=green>GeneralSettings exist</color>");
|
||||
LoadFacts("GeneralSettings");
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug.Log("<color=orange>GeneralSettings does not exist</color>");
|
||||
GeneralSettings settings = new GeneralSettings
|
||||
{
|
||||
Language = EnumLanguage.English,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue