From 98e92b23a72bff72466947085f0dc0cf5ada61a5 Mon Sep 17 00:00:00 2001 From: min Date: Tue, 9 Jun 2026 20:24:48 +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=2018=20=C2=AB=D0=9A=D0=B0=D1=87=D0=B5?= =?UTF-8?q?=D0=BB=D0=B8=C2=BB=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 ba15c17..1bac624 100644 --- a/src/community/docsLessons.jsx +++ b/src/community/docsLessons.jsx @@ -2471,7 +2471,7 @@ game.self.onInteract(() => { на петлю и раскачивает.

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

Разберём по частям: