mirror of
https://git.muiegratis.online/suikoakari/Campofinale
synced 2025-12-12 17:44:37 +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()
|
||||
{
|
||||
if (grade == 0)
|
||||
{
|
||||
grade = 1;
|
||||
}
|
||||
Unload();
|
||||
LevelScene lv_scene = ResourceManager.GetLevelData(sceneNumId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user