WIP: iterative buildCells rewrite

This commit is contained in:
Ian Gulliver
2026-02-24 11:05:38 -08:00
parent 165b9d1c6c
commit e1d8cefd22
4 changed files with 204 additions and 40 deletions

View File

@@ -20,8 +20,9 @@ type Block struct {
Name string `json:"name"`
Loop bool `json:"loop,omitempty"`
weight int
weight uint64
triggers []*Trigger
topRow int
}
type Trigger struct {