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 }); -});`} +});`}