Merge pull request #82 into master

This commit is contained in:
iProgramInCpp
2023-11-03 03:01:59 +02:00
19 changed files with 162 additions and 118 deletions

View File

@@ -971,6 +971,9 @@ float Minecraft::getBestScaleForThisScreenSize(int width, int height)
}
else
{
if (height > 1600)
return 1.0f / 4.0f;
if (height > 1000)
return 1.0f / 3.0f;