I am creating a puzzle game with 100 levels, and store the level information in a dictionary. Currently I am using the Load from JSON string action and manually enter text in Construct 2. It is getting more difficult to manage when adding more levels.
Is there a way to load from a JSON text file and export the project to Ejecta/Ludei? Would appreciate any pointer or suggestion. Thanks.