Reorganize
This commit is contained in:
18
index.ts
18
index.ts
@@ -2,15 +2,15 @@ import {
|
||||
mainloop,
|
||||
frame,
|
||||
clearScreen,
|
||||
} from "./window.ts";
|
||||
import { runCode } from "./runcode.ts";
|
||||
import { getCodeSheet } from "./sheet.ts";
|
||||
import { refreshKeyboard, keyPressed, K } from "./keyboard.ts";
|
||||
import { repl, resetRepl } from "./repl.ts";
|
||||
import { addToContext } from "./runcode.ts";
|
||||
import { editmode } from "./editmode.ts";
|
||||
import { refreshMouse } from "./mouse.ts";
|
||||
import { camera } from "./builtins.ts";
|
||||
} from "./io/window.ts";
|
||||
import { runCode } from "./runtime/runcode.ts";
|
||||
import { getCodeSheet } from "./io/sheet.ts";
|
||||
import { refreshKeyboard, keyPressed, K } from "./io/keyboard.ts";
|
||||
import { repl, resetRepl } from "./repl/repl.ts";
|
||||
import { addToContext } from "./runtime/runcode.ts";
|
||||
import { editmode } from "./editor/editmode.ts";
|
||||
import { refreshMouse } from "./io/mouse.ts";
|
||||
import { camera } from "./runtime/builtins.ts";
|
||||
|
||||
// deno-lint-ignore no-explicit-any
|
||||
let game: any = null;
|
||||
|
||||
Reference in New Issue
Block a user