bevy_mod_js_scripting
bevy_mod_js_scripting copied to clipboard
Users Should Be Able to Insert a System to Run Scripts at Any Desired Stage
I just realized for my game there are some custom stages that I need to be able to run script logic in specifically.
We should allow the user to insert a system that runs the scripts wherever they want, and we should allow them to specify the name of the function that is called for that stage.