import { Select } from "./Applet/Init"; import { BindTests } from "./Ecs/test"; import { Main } from "./Game/Main"; Select("#GameCanvas").forEachCanvas((c, cx, keys) => new Main(c, cx, keys)); BindTests();