We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As an example, currently, we have different eventsets for each of the Classic modes. This means there is a lot of repeated code.
An approach we could use to fix this is to supply eventset arguments using ENV.
-- mode return{ -- ... eventset='classic', start_lvl=18, transition_lines=100, end_lines=200 -- ... } -- eventset return{ -- ... task=function() ENV.start_lvl=ENV.start_lvl or 18 -- ... end }
The text was updated successfully, but these errors were encountered:
Too lazy to fix, you can do it if you don't want to see them
Sorry, something went wrong.
No branches or pull requests
As an example, currently, we have different eventsets for each of the Classic modes. This means there is a lot of repeated code.
An approach we could use to fix this is to supply eventset arguments using ENV.
The text was updated successfully, but these errors were encountered: