mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-15 17:11:24 +00:00
- adjustments to the player menu so that the display isn't cut off on the smallest screen sizes.
This commit is contained in:
parent
bba2854796
commit
2577c0843e
1 changed files with 2 additions and 2 deletions
|
@ -408,7 +408,7 @@ class NewPlayerMenu : OptionMenu
|
|||
int mRotation;
|
||||
PlayerMenuPlayerDisplay mPlayerDisplay;
|
||||
|
||||
const PLAYERDISPLAY_X = 220;
|
||||
const PLAYERDISPLAY_X = 170;
|
||||
const PLAYERDISPLAY_Y = 60;
|
||||
const PLAYERDISPLAY_W = 144;
|
||||
const PLAYERDISPLAY_H = 160;
|
||||
|
@ -435,7 +435,7 @@ class NewPlayerMenu : OptionMenu
|
|||
|
||||
override int GetIndent()
|
||||
{
|
||||
return Super.GetIndent() - 45*CleanXfac_1;
|
||||
return Super.GetIndent() - 75*CleanXfac_1;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue