From 0f5aa12c4882b7b4f2b6a9560d4d2db7960c3457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Pasteau?= <4895034+ClementPasteau@users.noreply.github.com> Date: Fri, 29 Sep 2023 11:19:21 +0200 Subject: [PATCH] Fix fling game with new publish section --- tutorials/in-app/flingGame.json | 42 +++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/tutorials/in-app/flingGame.json b/tutorials/in-app/flingGame.json index 559fe8f..843aa6c 100644 --- a/tutorials/in-app/flingGame.json +++ b/tutorials/in-app/flingGame.json @@ -3346,6 +3346,48 @@ "placement": "bottom" } }, + { + "elementToHighlightId": "#publish-tab", + "nextStepTrigger": { + "presenceOfElement": "#publish-gd-games" + }, + "tooltip": { + "description": { + "messageByLocale": { + "en": "Let's head to the publish section.", + "fr": "Allons dans la section publier.", + "es": "Vamos a la sección de publicación.", + "pt": "Vamos para a seção de publicação.", + "th": "ไปที่ส่วนการเผยแพร่", + "ar": "هيّا نتوجه إلى قسم النشر." + } + }, + "placement": "bottom" + }, + "skippable": true, + "isOnClosableDialog": true + }, + { + "elementToHighlightId": "#publish-gd-games", + "nextStepTrigger": { + "presenceOfElement": "#export-dialog #create-account-button" + }, + "tooltip": { + "description": { + "messageByLocale": { + "en": "We will publish this game to gd.games, GDevelop's gaming platform.", + "fr": "Nous allons publier ce jeu sur gd.games, la plateforme de jeux de GDevelop.", + "es": "Publicaremos este juego en gd.games, la plataforma de juegos de GDevelop.", + "pt": "Vamos publicar este jogo no gd.games, a plataforma de jogos do GDevelop.", + "th": "เราจะเผยแพร่เกมนี้ไปยัง gd.games แพลตฟอร์มเกมของ GDevelop", + "ar": "سوف نقوم بنشر هذه اللعبة على gd.games، منصة ألعاب GDevelop." + } + }, + "placement": "bottom" + }, + "skippable": true, + "isOnClosableDialog": true + }, { "elementToHighlightId": "#export-dialog #create-account-button", "nextStepTrigger": {