Merge branch 'main' into main

This commit is contained in:
CookieCat
2024-05-18 00:19:35 -04:00
committed by GitHub
128 changed files with 14217 additions and 2960 deletions

View File

@@ -45,7 +45,10 @@ requires:
{% endmacro %}
{{ game }}:
{%- for option_key, option in options.items() %}
{%- for group_name, group_options in option_groups.items() %}
# {{ group_name }}
{%- for option_key, option in group_options.items() %}
{{ option_key }}:
{%- if option.__doc__ %}
# {{ option.__doc__
@@ -83,3 +86,4 @@ requires:
{%- endif -%}
{{ "\n" }}
{%- endfor %}
{%- endfor %}