Refactor to integrate with CeTZ' functional API and shared-state #15

Merged
HEL merged 13 commits from feat/refactor-1 into dev 2025-07-16 13:43:47 +00:00
14 changed files with 1841 additions and 1522 deletions
Showing only changes of commit babce5195e - Show all commits

View File

@ -16,7 +16,7 @@
} else if evt.event == "create" {
ctx.y -= CREATE-OFFSET
entry.at(1) = ctx.y
(par.draw)(par)
(par.draw)(par, y: ctx.y)
} else if evt.event == "destroy" {
} else {
panic("Unknown event '" + evt.event + "'")