mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
tinkering around
This commit is contained in:
parent
ed6039d472
commit
c37eb9b139
5 changed files with 21 additions and 14 deletions
|
@ -95,7 +95,7 @@ void GUIPauseMenu::regenerateGui(v2u32 screensize)
|
|||
Environment->addButton(rect, this, 257, L"Exit");
|
||||
}
|
||||
{
|
||||
core::rect<s32> rect(0, 0, 180, 220);
|
||||
core::rect<s32> rect(0, 0, 180, 240);
|
||||
rect = rect + v2s32(size.X/2 + 90, size.Y/2-rect.getHeight()/2);
|
||||
const wchar_t *text =
|
||||
L"Keys:\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue