bevy_mod_js_scripting icon indicating copy to clipboard operation
bevy_mod_js_scripting copied to clipboard

Users Should Be Able to Insert a System to Run Scripts at Any Desired Stage

Open zicklag opened this issue 3 years ago • 0 comments

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.

zicklag avatar Aug 09 '22 16:08 zicklag