Add more descriptive "no scene" message
This is worthwhile, since this is one of the first messages a newcomer will see
This commit is contained in:
@@ -222,7 +222,7 @@ namespace FlaxEditor.Windows
|
||||
}
|
||||
else if (((ContainerControl)_tree.GetChild(0)).ChildrenCount == 0)
|
||||
{
|
||||
overlayText = "No scene";
|
||||
overlayText = "No scene\nOpen one from the content window";
|
||||
}
|
||||
if (overlayText != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user