tzachshabtay / MonoAGS

AGS (Adventure Game Studio) reimagined in Mono
https://tzachshabtay.github.io/MonoAGS/
Artistic License 2.0
27 stars 8 forks source link

Code generation from the editor- infrastructures #308

Closed tzachshabtay closed 6 years ago

tzachshabtay commented 6 years ago

Added a model which is updated from editor actions. The model can both be saved/loaded to/from json, and be used for code generation. The code generation currently is just to the console. This currently only supports direct property changes on the components (from either the inspector or the canvas). Saving the model and generating the code is currently only done when pressing "ctrl+s".