From 1a6a92b4314353368871a7579e594629e9c3342d Mon Sep 17 00:00:00 2001 From: min Date: Tue, 9 Jun 2026 20:11:16 +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=2016=20=C2=AB=D0=9B=D0=B0=D0=B2=D0=B0-?= =?UTF-8?q?=D0=BF=D0=BE=D0=BB=C2=BB=20(main+lava+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 234ca3e..7d783c4 100644 --- a/src/community/docsLessons.jsx +++ b/src/community/docsLessons.jsx @@ -2189,7 +2189,7 @@ game.self.onClick(() => {

Шаг 4. Главный скрипт

- {`// === ИГРА «ЛАВА-ПОЛ» — главный скрипт === + {`// === ИГРА «ЛАВА-ПОЛ» — главный скрипт === let won = false; @@ -2215,7 +2215,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 }); -});`} +});`}