mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Move buttons upwards to accommodate for new configure keys button in the
pause menu
This commit is contained in:
parent
0066bd77d2
commit
fe8ef1be59
1 changed files with 2 additions and 1 deletions
|
@ -1036,7 +1036,8 @@ static void show_pause_menu(GUIFormSpecMenu** cur_formspec,
|
|||
"- T: chat\n"
|
||||
));
|
||||
#endif
|
||||
float ypos = singleplayermode ? 1.0 : 0.5;
|
||||
|
||||
float ypos = singleplayermode ? 0.5 : 0.1;
|
||||
std::ostringstream os;
|
||||
|
||||
os << FORMSPEC_VERSION_STRING << SIZE_TAG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue