Graduate Orbit sim to its own thing

This commit is contained in:
Tangent 2024-01-24 00:49:49 -05:00
parent 04cbe84c24
commit 063dd636bb
5 changed files with 105 additions and 87 deletions

View file

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