Deprecated. A path to the Puzzles
editor's CSS file relative to the Puzzles' source folder (usually
it's the SDK's "puzzles/" folder). Default is "puzzles.css".
Deprecated. A path to the Puzzles
editor's JS file relative to the Puzzles' source directory (usually
it's the SDK's "puzzles/" folder). Default is "puzzles.min.js".
Deprecated. A path to the Puzzles
editor's media folder relative to the Puzzles' source directory
(usually it's the SDK's "puzzles/" folder). Default is "media/".
Deprecated. A path to the Puzzles
editor's library file relative to the Puzzles' source directory
(usually it's the SDK's "puzzles/" folder). Default is "library.xml".
Load the Puzzles editor and the logic file. The method needs to be
provided with the path to the Puzzles Editor's source folder (specified
by the editorDir parameter, usually it's the SDK's "puzzles/" folder)
and with the path to the logic JS file (logicURL parameter). The onLoad
callback can be used to load a scene after the editor and the logic
file were loaded.