mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-19 22:43:32 +00:00
fck
This commit is contained in:
@@ -745,9 +745,7 @@ void Minecraft::tickInput() {
|
|||||||
if (key == Keyboard::KEY_F3) {
|
if (key == Keyboard::KEY_F3) {
|
||||||
options.renderDebug = !options.renderDebug;
|
options.renderDebug = !options.renderDebug;
|
||||||
}
|
}
|
||||||
if (key == Keyboard::KEY_F4) {
|
|
||||||
player->inventory->add(new ItemInstance(Tile::ironBlock));
|
|
||||||
}
|
|
||||||
if (key == Keyboard::KEY_F5) {
|
if (key == Keyboard::KEY_F5) {
|
||||||
options.thirdPersonView = !options.thirdPersonView;
|
options.thirdPersonView = !options.thirdPersonView;
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user