mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Add a note about minetest.conf in the key change dialog (because it sucks)
This commit is contained in:
@@ -83,10 +83,10 @@ void GUIKeyChangeMenu::regenerateGui(v2u32 screensize)
|
||||
v2s32 topleft(0, 0);
|
||||
changeCtype("");
|
||||
{
|
||||
core::rect < s32 > rect(0, 0, 125, 20);
|
||||
core::rect < s32 > rect(0, 0, 500, 20);
|
||||
rect += topleft + v2s32(25, 3);
|
||||
//gui::IGUIStaticText *t =
|
||||
Environment->addStaticText(wgettext("KEYBINDINGS"),
|
||||
Environment->addStaticText(wgettext("KEYBINDINGS (If this menu screws up, see minetest.conf)"),
|
||||
rect, false, true, this, -1);
|
||||
//t->setTextAlignment(gui::EGUIA_CENTER, gui::EGUIA_UPPERLEFT);
|
||||
}
|
||||
|
Reference in New Issue
Block a user