Load Project
To load a game project, you will need a Fiasco game in src/game.ts
of your project. You can create a new game project using the Editor
To load a game project as the current project:
ts
import { Project } from "@vaguevoid/tools";
await Project.loadProject("/absolute/path/to/your/project");