From a55be36a19240720817dc1b2d8eebab519662ff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Pasteau?= <4895034+ClementPasteau@users.noreply.github.com> Date: Tue, 18 Mar 2025 10:25:31 +0100 Subject: [PATCH] Fix position of helpers in preview --- tutorials/in-app/object3d.json | 3 ++- tutorials/in-app/topDownRPGMovement.json | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/tutorials/in-app/object3d.json b/tutorials/in-app/object3d.json index b167608..694bba1 100644 --- a/tutorials/in-app/object3d.json +++ b/tutorials/in-app/object3d.json @@ -613,7 +613,8 @@ "uk": "Чудова робота! Тепер використайте джойстик і кнопку A, щоб натиснути фіолетову кнопку.", "zh": "干得好!现在使用摇杆和A键按下紫色按钮。" } - } + }, + "inGameMessagePosition": "top-right" }, "tooltip": { "description": { diff --git a/tutorials/in-app/topDownRPGMovement.json b/tutorials/in-app/topDownRPGMovement.json index efba207..86f028a 100644 --- a/tutorials/in-app/topDownRPGMovement.json +++ b/tutorials/in-app/topDownRPGMovement.json @@ -135,6 +135,7 @@ "zh": "尝试使用操纵杆,看看玩家无法移动。让我们来解决这个问题!" } }, + "inGameMessagePosition": "bottom-right", "description": { "messageByLocale": { "en": "This game is a classic 'pixel perfect RPG'. Let’s play it in its current state.\n\nClick on the **preview** button to play.", @@ -377,7 +378,8 @@ "uk": "Чудова робота! Тепер ви можете рухати свого персонажа по обох вісях. Але рух поки не піксельно точний. Давайте додамо нову поведінку для цього до **$(player)**.\n\nЗакрийте це вікно і поверніться до редактора.", "zh": "干得好!现在你可以在两个轴上移动你的角色。但是移动还不是完美的像素。让我们为**$(player)**添加一个新的行为。\n\n关闭这个窗口,回到编辑器。" } - } + }, + "inGameMessagePosition": "bottom-right" }, { "metaKind": "add-behavior", @@ -590,4 +592,4 @@ } ] } -} \ No newline at end of file +}