Add main menu scene, setup framework for orientation switching

This commit is contained in:
Michal Pikulski
2025-09-08 12:44:31 +02:00
parent dec34b0ef3
commit 749d72904e
28 changed files with 1999 additions and 67 deletions

View File

@@ -0,0 +1,9 @@
namespace Settings
{
public enum ScreenOrientationRequirement
{
Portrait,
Landscape
}
}