Formspec: make bgcolor element less confusing and allow setting fullscreen color (#8996)

This commit is contained in:
DS
2019-12-08 18:59:30 +01:00
committed by sfan5
parent d3255f92d7
commit 8f73ec6c6c
4 changed files with 42 additions and 16 deletions

View File

@@ -369,6 +369,7 @@ class GUIFormSpecMenu : public GUIModalMenu
bool m_lock = false;
v2u32 m_lockscreensize;
bool m_bgnonfullscreen;
bool m_bgfullscreen;
bool m_slotborder;
video::SColor m_bgcolor;