From bdd48e2429a0d9eb4403268332761672c3388486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Vivet?= Date: Thu, 6 Feb 2025 16:58:53 +0100 Subject: [PATCH] Update GuidedLessons.js --- .../HomePage/InAppTutorials/GuidedLessons.js | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/newIDE/app/src/MainFrame/EditorContainers/HomePage/InAppTutorials/GuidedLessons.js b/newIDE/app/src/MainFrame/EditorContainers/HomePage/InAppTutorials/GuidedLessons.js index ab63c1305791..0ba9ea2980a8 100644 --- a/newIDE/app/src/MainFrame/EditorContainers/HomePage/InAppTutorials/GuidedLessons.js +++ b/newIDE/app/src/MainFrame/EditorContainers/HomePage/InAppTutorials/GuidedLessons.js @@ -134,13 +134,6 @@ const GuidedLessons = ({ selectInAppTutorial, lessonsIds }: Props) => { durationInMinutes: 1, renderImage: props => , }, - { - id: OBJECT_3D_IN_APP_TUTORIAL_ID, - title: t`3D platforms`, - description: t`Place 3D platforms in this 2D platformer, creating a path to the end.`, - durationInMinutes: 2, - renderImage: props => , - }, { id: CAMERA_PARALLAX_IN_APP_TUTORIAL_ID, title: t`Background and cameras`, @@ -163,11 +156,11 @@ const GuidedLessons = ({ selectInAppTutorial, lessonsIds }: Props) => { renderImage: props => , }, { - id: COOP_PLATFORMER_ID, - title: t`Co-op Multiplayer`, - description: t`Transform this platformer into a co-op game, where two players can play together.`, - durationInMinutes: 3, - renderImage: props => , + id: OBJECT_3D_IN_APP_TUTORIAL_ID, + title: t`3D platforms`, + description: t`Place 3D platforms in this 2D platformer, creating a path to the end.`, + durationInMinutes: 2, + renderImage: props => , }, { id: HEALTH_BAR_IN_APP_TUTORIAL_ID, @@ -176,6 +169,20 @@ const GuidedLessons = ({ selectInAppTutorial, lessonsIds }: Props) => { durationInMinutes: 2, renderImage: props => , }, + { + id: TILEMAP_PLATFORMER_ID, + title: t`Paint a Level with Tiles`, + description: t`Use a Tilemap to build a level and change it dynamically during the game.`, + durationInMinutes: 1, + renderImage: props => , + }, + { + id: COOP_PLATFORMER_ID, + title: t`Co-op Multiplayer`, + description: t`Transform this platformer into a co-op game, where two players can play together.`, + durationInMinutes: 3, + renderImage: props => , + }, { id: FIRE_A_BULLET_ID, title: t`Fire a Bullet`, @@ -190,13 +197,6 @@ const GuidedLessons = ({ selectInAppTutorial, lessonsIds }: Props) => { durationInMinutes: 2, renderImage: props => , }, - { - id: TILEMAP_PLATFORMER_ID, - title: t`Paint a Level with Tiles`, - description: t`Use a Tilemap to build a level and change it dynamically during the game.`, - durationInMinutes: 1, - renderImage: props => , - }, { id: PLINKO_MULTIPLIER_IN_APP_TUTORIAL_ID, title: t`Score multiplier`,