MayHeCome/Assets/Exoa/TutorialEngine/Resources/Tutorials/1.2.json
2024-12-18 17:55:34 +08:00

32 lines
1.1 KiB
JSON

{
"tutorial_steps": [
{
"text": "This is another 3D object.\nThe popup will move automatically to the best position on screen!",
"target_obj": "cube2",
"sendMessage": "",
"isClickable": false,
"isReplacingNextButton": false
},
{
"text": "Each tutorial can be created using the Tools>Exoa>Tutorials Manager window, or by directly editing the json files.",
"target_obj": "",
"sendMessage": "",
"isClickable": false,
"isReplacingNextButton": false
},
{
"text": "Note that this tutorial is skippable with the close button...",
"target_obj": "",
"sendMessage": "",
"isClickable": false,
"isReplacingNextButton": false
},
{
"text": "Thanks for testing the demo! Feel free to post in the support form for help: https://support.exoa.fr",
"target_obj": "",
"sendMessage": "",
"isClickable": false,
"isReplacingNextButton": false
}
]
}