From 2e1ee87ed6d2e0a5e480292504af39ddccc89654 Mon Sep 17 00:00:00 2001 From: min Date: Tue, 9 Jun 2026 19:47:55 +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=2014=20=C2=AB=D0=A1=D0=BE=D0=B1=D0=B5?= =?UTF-8?q?=D1=80=D0=B8=20=D0=BF=D0=BE=20=D1=82=D0=B5=D0=B3=D0=B0=D0=BC?= =?UTF-8?q?=C2=BB=20(main+star)?= 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 5bea7f2..71662f1 100644 --- a/src/community/docsLessons.jsx +++ b/src/community/docsLessons.jsx @@ -1886,7 +1886,7 @@ game.self.onTouch(() => { а потом считает, сколько звёзд осталось.

- {`// === ИГРА «СОБЕРИ ПО ТЕГАМ» — главный скрипт === + {`// === ИГРА «СОБЕРИ ПО ТЕГАМ» — главный скрипт === game.ui.showText('Собери все ЖЁЛТЫЕ звёзды!', 3); @@ -1916,7 +1916,7 @@ game.onMessage('collected', () => { game.scene.spawnParticles('confetti', { x: p.x, y: p.y + 3, z: p.z }, { duration: 3, count: 3 }); } -});`} +});`}

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