Improved look of main scene
This commit is contained in:
@@ -49,7 +49,11 @@ namespace Fruitomation.UI
|
||||
return result;
|
||||
}
|
||||
|
||||
private void Update() =>
|
||||
Image.enabled = GameStateController.Is(GameState.Building);
|
||||
private void Update()
|
||||
{
|
||||
Image.enabled =
|
||||
GameStateController.Is(GameState.Building) ||
|
||||
GameStateController.Is(GameState.Editing);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user