Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Trystan-Schmits committed Nov 2, 2023
1 parent 4dc79d5 commit 6644a3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _posts/2023-10-25-Game.md
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,6 @@ window.addEventListener('keydown',function(e){
// Make boxStackObject1 disappear
boxStackObject1.scale = [0,0];
showEKeySprite = false;
boxAudio.play();
flag1 = true;
};
if (checkForOverlap(myCharacterObject, doorObject)&&switching==false&&active2==true) {
Expand Down

0 comments on commit 6644a3e

Please sign in to comment.