show carcadr on dev
This commit is contained in:
parent
9497870613
commit
16eb0ad4d5
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user