Add main menu scene, setup framework for orientation switching
This commit is contained in:
9
Assets/Scripts/Settings/ScreenOrientationRequirement.cs
Normal file
9
Assets/Scripts/Settings/ScreenOrientationRequirement.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Settings
|
||||
{
|
||||
public enum ScreenOrientationRequirement
|
||||
{
|
||||
Portrait,
|
||||
Landscape
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user