diff --git a/source/screens/demo/examples/clock.liquid b/source/screens/demo/examples/clock.liquid index b77d12b..3740eaa 100644 --- a/source/screens/demo/examples/clock.liquid +++ b/source/screens/demo/examples/clock.liquid @@ -46,7 +46,7 @@ tags: #init() { this.#createContext(['background', 'hands']); - this.createOverlay(); + // this.createOverlay(); this.addRing('seconds', 1, 21, 60, `rgb(250, 216, 3)`); this.addRing('minutes', .9, 46, 60, `rgb(242, 175, 19)`);