Merge branch 'v29'

This commit is contained in:
evanpelle
2026-02-26 17:40:57 -06:00
11 changed files with 24 additions and 468 deletions
-1
View File
@@ -201,7 +201,6 @@ export class WinModal extends LitElement implements Layer {
.pattern=${pattern}
.colorPalette=${colorPalette}
.requiresPurchase=${true}
.allowTrial=${false}
.onSelect=${(p: Pattern | null) => {}}
.onPurchase=${(p: Pattern, colorPalette: ColorPalette | null) =>
handlePurchase(p, colorPalette)}