mirror of
https://github.com/minetest/minetest.git
synced 2024-11-24 00:23:46 +01:00
Move buttons upwards to accommodate for new configure keys button in the
pause menu
This commit is contained in:
parent
0066bd77d2
commit
fe8ef1be59
@ -1036,7 +1036,8 @@ static void show_pause_menu(GUIFormSpecMenu** cur_formspec,
|
|||||||
"- T: chat\n"
|
"- T: chat\n"
|
||||||
));
|
));
|
||||||
#endif
|
#endif
|
||||||
float ypos = singleplayermode ? 1.0 : 0.5;
|
|
||||||
|
float ypos = singleplayermode ? 0.5 : 0.1;
|
||||||
std::ostringstream os;
|
std::ostringstream os;
|
||||||
|
|
||||||
os << FORMSPEC_VERSION_STRING << SIZE_TAG
|
os << FORMSPEC_VERSION_STRING << SIZE_TAG
|
||||||
|
Loading…
Reference in New Issue
Block a user