Add crecellehack, extract some repeated menucolors patterns

This commit is contained in:
2025-10-12 18:29:32 -05:00
parent c8305f60fc
commit 079ab65b68
10 changed files with 1095 additions and 20 deletions

View File

@@ -6,6 +6,10 @@
@show_v37 *FLAGS:
uv run render.py hdf-37.rc {{FLAGS}}
[group("show")]
@show_crecelle *FLAGS:
uv run render.py hdf-crecelle.rc {{FLAGS}}
[group("show")]
@show_tnnt *FLAGS:
uv run render.py hdf-tnnt.rc {{FLAGS}}
@@ -18,5 +22,9 @@
@tnnt *FLAGS:
uv run render.py hdf-tnnt.rc -v tnnt {{FLAGS}}
[group("show")]
@crecelle *FLAGS:
uv run render.py hdf-crecelle.rc -v crecellehack {{FLAGS}}
[group("upload")]
all *FLAGS: (v37 FLAGS) (tnnt FLAGS)
all *FLAGS: (v37 FLAGS) (tnnt FLAGS) (crecelle FLAGS)