mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 16:13: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"
|
||||
));
|
||||
#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…
Reference in New Issue
Block a user