mirror of
https://github.com/nothke/quality-control.git
synced 2024-11-12 22:03:42 +00:00
minor fixes
This commit is contained in:
parent
522329f39b
commit
375426bd1e
@ -14227,6 +14227,10 @@ PrefabInstance:
|
||||
serializedVersion: 3
|
||||
m_TransformParent: {fileID: 1302667470}
|
||||
m_Modifications:
|
||||
- target: {fileID: 1874040215986903263, guid: d594a9afcbadc3646be0b679de9ca105, type: 3}
|
||||
propertyPath: m_IsActive
|
||||
value: 0
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 1991443053129587207, guid: d594a9afcbadc3646be0b679de9ca105, type: 3}
|
||||
propertyPath: m_IsActive
|
||||
value: 0
|
||||
|
@ -35,6 +35,11 @@ public class Scoreboard: MonoBehaviour
|
||||
{
|
||||
Instance = this;
|
||||
}
|
||||
|
||||
foreach (var stageProp in FindObjectsOfType<StageProp>(true))
|
||||
{
|
||||
stageProp.gameObject.SetActive(false);
|
||||
}
|
||||
}
|
||||
|
||||
public void StartStage(StagingManager.StageEnum stage)
|
||||
|
Loading…
Reference in New Issue
Block a user