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:
stefnotch
2021-02-22 19:27:16 +01:00
parent 74d4bb8dc6
commit a2f01ba638

View File

@@ -222,7 +222,7 @@ namespace FlaxEditor.Windows
} }
else if (((ContainerControl)_tree.GetChild(0)).ChildrenCount == 0) else if (((ContainerControl)_tree.GetChild(0)).ChildrenCount == 0)
{ {
overlayText = "No scene"; overlayText = "No scene\nOpen one from the content window";
} }
if (overlayText != null) if (overlayText != null)
{ {