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
The following command opens a game with a level height of 1:
game open {"type":"spleef:spleef",players:{min:1,max:100},map:{"shape": { "type": "spleef:circle", "radius": 16 }, "levels": 4, "level_height": 1}}
However, the generated map has a ceiling directly above the top layer:
Being able to separately configure the level height from the ceiling would allow greater flexibility in smaller level heights.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following command opens a game with a level height of 1:
However, the generated map has a ceiling directly above the top layer:
Being able to separately configure the level height from the ceiling would allow greater flexibility in smaller level heights.
The text was updated successfully, but these errors were encountered: