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