show carcadr on dev

This commit is contained in:
Elizabeth Hunt 2025-03-02 16:25:30 -07:00
parent 9497870613
commit 16eb0ad4d5
Signed by: simponic
GPG Key ID: 2909B9A7FF6213EE

View File

@ -33,9 +33,10 @@ export class TheAbstractionEngine {
const facingDirectionSystem = new FacingDirection(inputSystem);
const isDev = document.location.hostname.includes("localhost");
[
new Modal(),
new Level(LevelNames.LevelSelection),
new Level(isDev ? LevelNames.CarCadr : LevelNames.LevelSelection),
inputSystem,
facingDirectionSystem,
new Grid(