From 745e50703d8a5adc49d78953dab77be6e4e50d5e Mon Sep 17 00:00:00 2001 From: min Date: Tue, 9 Jun 2026 21:34:59 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20CodeBoth=20=D0=B4=D0=BB=D1=8F=20=D1=83?= =?UTF-8?q?=D1=80=D0=BE=D0=BA=D0=B0=2023=20=C2=AB=D0=9F=D0=B5=D1=80=D0=B5?= =?UTF-8?q?=D0=BA=D0=BB=D1=8E=D1=87=D0=B0=D1=82=D0=B5=D0=BB=D0=B8=C2=BB=20?= =?UTF-8?q?(main+lever+finish)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/community/docsLessons.jsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/community/docsLessons.jsx b/src/community/docsLessons.jsx index 699a68d..d689946 100644 --- a/src/community/docsLessons.jsx +++ b/src/community/docsLessons.jsx @@ -3209,7 +3209,7 @@ game.self.onTouch(() => { каждое нажатие.

- {`// === ИГРА «ПЕРЕКЛЮЧАТЕЛИ» — главный скрипт === + {`// === ИГРА «ПЕРЕКЛЮЧАТЕЛИ» — главный скрипт === // правильный порядок рычагов const ORDER = [2, 3, 1]; @@ -3249,7 +3249,7 @@ game.onMessage('win', () => { const p = game.player.position; game.scene.spawnParticles('confetti', { x: p.x, y: p.y + 3, z: p.z }, { duration: 3, count: 3 }); -});`} +});`}

Самое интересное — проверка порядка: