1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

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 @@ protected:
bool m_lock = false;
v2u32 m_lockscreensize;
bool m_bgnonfullscreen;
bool m_bgfullscreen;
bool m_slotborder;
video::SColor m_bgcolor;