Hi there!
Is it possible to re-use parts of a visual_logic.js file that would have been made within a Verge3D app into another App? Using some kind of import of some functions (supposing that the names of objects, variables, functions are consistent across the two Apps)??
That would be very helpfull to develop applications functionnalities by “blocks”…
I am already aware of the possibility of copying puzzles between apps using the tabs system, but this means an import of the puzzles, and a recompilation of a single visual_logic.js file. I was wondering if there was another solutions that would allow to handle functionnalities in separate .js files that would be imported by the main html page?
Thanks for the help!
David