mirror of
https://git.muiegratis.online/suikoakari/Campofinale
synced 2025-12-12 09:34:34 +01:00
set to grade 1 if grade is 0 on scene load
This commit is contained in:
@@ -311,6 +311,10 @@ namespace Campofinale.Game
|
|||||||
}
|
}
|
||||||
public void Load()
|
public void Load()
|
||||||
{
|
{
|
||||||
|
if (grade == 0)
|
||||||
|
{
|
||||||
|
grade = 1;
|
||||||
|
}
|
||||||
Unload();
|
Unload();
|
||||||
LevelScene lv_scene = ResourceManager.GetLevelData(sceneNumId);
|
LevelScene lv_scene = ResourceManager.GetLevelData(sceneNumId);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user