Block a user
Ona Script Leak Detection
Not applicable as the scripting lang is currently removed from the project
Constant Folding for Let Variables in Ona Script
Not applicable as the scripting lang is currently removed from the project
Constant Folding for Let Variables in Ona Script
Create bundle module
My thinking is somethig like this:
pub main = ona.start(bundle.setup_then(my_game_setup));
This change would get rid the of the options structure entirely, as I don't see much…
Create bundle module
Each module will also eventually be getting setup parameters exposed for finer control. Whatever aggregate setup approach is used will want to forward these parameters to each relevant modules.