mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Last Minute Changes
This commit is contained in:
@@ -179,8 +179,8 @@ public class Forge implements ApplicationListener {
|
|||||||
if(isLandscapeMode())
|
if(isLandscapeMode())
|
||||||
{
|
{
|
||||||
float aspectratio = DisplayW / DisplayH;
|
float aspectratio = DisplayW / DisplayH;
|
||||||
if(aspectratio > 1.8f) {/* extra wide */
|
if(aspectratio > 1.82f) {/* extra wide */
|
||||||
setHeightModifier(100.0f);
|
setHeightModifier(200.0f);
|
||||||
extrawide = "extrawide";
|
extrawide = "extrawide";
|
||||||
}
|
}
|
||||||
else if(aspectratio > 1.7f) {/* wide */
|
else if(aspectratio > 1.7f) {/* wide */
|
||||||
|
|||||||
Reference in New Issue
Block a user