mirror of
https://github.com/Campofinale/CampofinaleBackup.git
synced 2025-12-15 01:04:36 +00:00
set to grade 1 if grade is 0 on scene load
This commit is contained in:
parent
c92afab33f
commit
ff7332fdaf
@ -311,6 +311,10 @@ namespace Campofinale.Game
|
||||
}
|
||||
public void Load()
|
||||
{
|
||||
if (grade == 0)
|
||||
{
|
||||
grade = 1;
|
||||
}
|
||||
Unload();
|
||||
LevelScene lv_scene = ResourceManager.GetLevelData(sceneNumId);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user