Skip to content

Commit

Permalink
repush
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoung4242 committed Jun 16, 2024
1 parent cb8c474 commit 6c33ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import "./style.css";
import { UI } from "@peasy-lib/peasy-ui";
import { Engine, DisplayMode, TileMap, Vector } from "excalibur";
import { bluey, model, template, whitey } from "./ui";
//@ts-expect-error not included types in pagkage
//@ts-expect-error
import { PerlinGenerator } from "@excaliburjs/plugin-perlin";

export let generator: PerlinGenerator;
Expand Down

0 comments on commit 6c33ec8

Please sign in to comment.