mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
Redstone: Add wires, redstone torches, levers (incomplete) and repeaters
This commit is contained in:
@@ -311,6 +311,7 @@ void OptionList::initDefaultMenu()
|
||||
OPTION(Boolean, m_bInvertMouse, "Invert Y-axis");
|
||||
OPTION(Boolean, m_bSplitControls, "Split controls"); idxSplit = currentIndex;
|
||||
OPTION(Boolean, m_bFlyCheat, "Flight hax");
|
||||
OPTION(Boolean, m_bFlyNoclip, "Flight noclip");
|
||||
}
|
||||
|
||||
HEADER("Multiplayer");
|
||||
|
||||
@@ -132,6 +132,8 @@ void TextInputBox::keyPressed(Minecraft* minecraft, int key)
|
||||
#define AKEYCODE_ARROW_LEFT VK_LEFT
|
||||
#define AKEYCODE_ARROW_RIGHT VK_RIGHT
|
||||
#define AKEYCODE_DEL VK_BACK
|
||||
#elif defined(__ANDROID__)
|
||||
// everything is ok
|
||||
#else
|
||||
#error
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user