2024-07-17 17:56:02 +08:00
|
|
|
public static class GlobalConstants
|
|
|
|
{
|
2024-07-18 13:03:55 +08:00
|
|
|
public const float DesignResolutionWidth = 1080;
|
|
|
|
public const float DesignResolutionHeight = 1920;
|
2024-07-18 20:01:43 +08:00
|
|
|
|
2024-07-17 17:56:02 +08:00
|
|
|
public const string UserBuildSaveKey = "UserBuildInfo";
|
2024-07-18 20:01:43 +08:00
|
|
|
public const string DefaultBuildID = "Build_1";
|
2024-07-17 17:56:02 +08:00
|
|
|
}
|