Demo tick source, and structure for other demos

This commit is contained in:
Tangent 2024-01-23 23:29:31 -05:00
parent 7d25c3e676
commit 3dbca6edb6
3 changed files with 50 additions and 0 deletions

3
debug.ts Normal file
View file

@ -0,0 +1,3 @@
import { TickDebug } from "./debug/tick";
Object.assign(globalThis, { TickDebug });