Orbit Demo: draw bodies

This commit is contained in:
Tangent 2024-01-23 23:42:05 -05:00
parent 3dbca6edb6
commit f680d8082a
3 changed files with 51 additions and 4 deletions

View file

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