From 417b001a26a188f91289558d125988c5f853ddbe Mon Sep 17 00:00:00 2001 From: Max-001 Date: Sat, 11 Jan 2025 11:45:05 +0100 Subject: Fix: removed button Q and E --- game/preview/PrevPlayerScript.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'game/preview') diff --git a/game/preview/PrevPlayerScript.cpp b/game/preview/PrevPlayerScript.cpp index 0126bb2..c63c1c8 100644 --- a/game/preview/PrevPlayerScript.cpp +++ b/game/preview/PrevPlayerScript.cpp @@ -68,12 +68,6 @@ bool PrevPlayerScript::key_pressed(const KeyPressEvent & ev) { case Keycode::P: this->get_component().play(); break; - case Keycode::Q: - this->get_components_by_name("camera").front().get().data.zoom -= 0.01; - break; - case Keycode::E: - this->get_components_by_name("camera").front().get().data.zoom += 0.01; - break; case Keycode::J: this->get_components_by_name("camera").front().get().position.x -= move_speed; -- cgit v1.2.3