split tilesets, bed

This commit is contained in:
David Allemang
2026-07-29 10:11:59 -04:00
parent af8119f120
commit 0aa52320a3
5 changed files with 208 additions and 285 deletions

View File

@@ -14,8 +14,7 @@
#let note = callout.with(kind: "note", label: "Note")
#let todo(label, ..args) = {
// callout(args.pos().join(), kind: "todo", label: "[TODO] " + label, outlined: true)
none
callout(args.pos().join(), kind: "todo", label: "[TODO] " + label, outlined: true)
}
#let example(body) = todo("example", body)