Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Disabled PortalGun in level 1 and proved that dummi portals deleted (#72
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Quadral1403 committed Jun 13, 2023
1 parent d9cda49 commit 8f1a564
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ts/game/levels/level1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class Level1 implements Level {
);

let player = new PlayerEntity(100, 450);
player.portalGunEnabled = false;
let cornerBrickLeft = new LeftCornerBrickEntity(0, 550, 1.5, 1.5, 0, 0);
let cornerBrickRight = new RightCornerBrickEntity(750, 550, 1.5, 1.5, 0, 0);

Expand Down

0 comments on commit 8f1a564

Please sign in to comment.