mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
* Add F3 debug text.
This commit is contained in:
@@ -52,6 +52,8 @@ void Options::initDefaultValues()
|
||||
field_1C = "Default";
|
||||
m_playerName = "Steve";
|
||||
m_bServerVisibleDefault = true;
|
||||
m_bDebugText = false;
|
||||
|
||||
m_keyBinds[0] = { "key.forward", 'W' };
|
||||
m_keyBinds[1] = { "key.left", 'A' };
|
||||
m_keyBinds[2] = { "key.back", 'S' };
|
||||
|
||||
@@ -110,5 +110,6 @@ public:
|
||||
std::string m_playerName;
|
||||
bool m_bServerVisibleDefault;
|
||||
bool m_bAutoJump;
|
||||
bool m_bDebugText;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user