WADE 1.3 introduces a standard JSON format for WADE scenes that lets you load and export scenes easily. Loading is straightfoward:
wade.loadScene('myScene.json');
And exporting is just as easy: at any time you can export the active WADE scene with wade.exportScene(), to get some JSON data that can be used to recreate the current scene, including all its objects, sprites, animations and properties.
|