From b9473cca5038de5a10ee417dc7b5998f1aaaf458 Mon Sep 17 00:00:00 2001 From: min Date: Tue, 9 Jun 2026 21:51:37 +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=2027=20=C2=AB=D0=94=D0=B2=D0=BE=D0=B9?= =?UTF-8?q?=D0=BD=D0=BE=D0=B9=20=D0=BF=D1=80=D1=8B=D0=B6=D0=BE=D0=BA=C2=BB?= =?UTF-8?q?=20(main+finish)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/community/docsLessons.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/community/docsLessons.jsx b/src/community/docsLessons.jsx index 9bc10ec..a2fbdca 100644 --- a/src/community/docsLessons.jsx +++ b/src/community/docsLessons.jsx @@ -3772,7 +3772,7 @@ game.onTick(() => {

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

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

Главное здесь: