Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thank you ! It works now :) 

In a previous message, I asked you if it was possible to allow json import and you asked me about what json structure I was using. The answer is Construct3 json. Here is a link to a sample of it https://www.dropbox.com/s/2gd33743vj8ytls/ActionsScreen3.json?dl=0

Actually it has this type of structure : 

{

    "c2array": true,

    "size": [

        5,

        14,

        7

    ],

    "data": [

        [

            [

                0,

                3,

                "",

                "Choc électrique ! Vous avez oublié de débrancher.",

                "",

                "Niveau 3",

                ""

            ],


Thank for your good work !