diff --git a/Main/hostelDoor.html b/Main/hostelDoor.html
index 1ff20b1..56d1c8c 100644
--- a/Main/hostelDoor.html
+++ b/Main/hostelDoor.html
@@ -52,7 +52,7 @@
function preload() {
this.load.image('hostelDoor', 'images/hosteldoorcrop.png');
- this.load.audio('hostelDoorOpen', 'sounds/문열기4.mp3');
+ this.load.audio('hostelDoorOpen', 'sounds/철문여는소리.wav');
this.load.audio('bgm', 'sounds/in-the-embrace-of-darkness-197925.mp3');
}
diff --git "a/Main/sounds/\353\254\270\354\227\264\352\270\2604.mp3" "b/Main/sounds/\353\254\270\354\227\264\352\270\2604.mp3"
deleted file mode 100644
index 422fd02..0000000
Binary files "a/Main/sounds/\353\254\270\354\227\264\352\270\2604.mp3" and /dev/null differ
diff --git "a/TheHostel/sound/\354\262\240\353\254\270\354\227\254\353\212\224\354\206\214\353\246\254.wav" "b/Main/sounds/\354\262\240\353\254\270\354\227\254\353\212\224\354\206\214\353\246\254.wav"
similarity index 100%
rename from "TheHostel/sound/\354\262\240\353\254\270\354\227\254\353\212\224\354\206\214\353\246\254.wav"
rename to "Main/sounds/\354\262\240\353\254\270\354\227\254\353\212\224\354\206\214\353\246\254.wav"
diff --git a/TheHostel/game/locker/imgForClue1.png b/TheHostel/game/locker/imgForClue1.png
new file mode 100644
index 0000000..58654be
Binary files /dev/null and b/TheHostel/game/locker/imgForClue1.png differ
diff --git a/TheHostel/game/locker/imgForClue2.png b/TheHostel/game/locker/imgForClue2.png
new file mode 100644
index 0000000..b029636
Binary files /dev/null and b/TheHostel/game/locker/imgForClue2.png differ
diff --git a/TheHostel/game/locker/imgForClue3.png b/TheHostel/game/locker/imgForClue3.png
new file mode 100644
index 0000000..c7851c1
Binary files /dev/null and b/TheHostel/game/locker/imgForClue3.png differ
diff --git a/TheHostel/game/locker/imgForClue4.png b/TheHostel/game/locker/imgForClue4.png
new file mode 100644
index 0000000..441ad0f
Binary files /dev/null and b/TheHostel/game/locker/imgForClue4.png differ
diff --git a/TheHostel/game/locker/lockerScript.js b/TheHostel/game/locker/lockerScript.js
index c027f1e..906f3ec 100644
--- a/TheHostel/game/locker/lockerScript.js
+++ b/TheHostel/game/locker/lockerScript.js
@@ -19,7 +19,7 @@ const patternbox = document.querySelector(".patternbox");
patternbox1.addEventListener("click", (e) => {
cnt1++;
- patternbox1.style.backgroundImage = `url('imgForClue_0${cnt1}.png')`
+ patternbox1.style.backgroundImage = `url('imgForClue${cnt1}.png')`
patternbox2.style.backgroundRepeat = 'no-repeat';
patternbox1.style.backgroundSize = 'cover';
@@ -30,7 +30,7 @@ const patternbox = document.querySelector(".patternbox");
patternbox2.addEventListener("click", (e) => {
cnt2++;
- patternbox2.style.backgroundImage = `url('imgForClue_0${cnt2}.png')`;
+ patternbox2.style.backgroundImage = `url('imgForClue${cnt2}.png')`;
patternbox2.style.backgroundRepeat = 'no-repeat';
patternbox2.style.backgroundSize = 'cover';
@@ -41,7 +41,7 @@ const patternbox = document.querySelector(".patternbox");
patternbox3.addEventListener("click", (e) => {
cnt3++;
- patternbox3.style.backgroundImage = `url('imgForClue_0${cnt3}.png')`
+ patternbox3.style.backgroundImage = `url('imgForClue${cnt3}.png')`
patternbox3.style.backgroundRepeat = 'no-repeat';
patternbox3.style.backgroundSize = 'cover';
@@ -52,7 +52,7 @@ const patternbox = document.querySelector(".patternbox");
patternbox4.addEventListener("click", (e) => {
cnt4++;
- patternbox4.style.backgroundImage = `url('imgForClue_0${cnt4}.png')`
+ patternbox4.style.backgroundImage = `url('imgForClue${cnt4}.png')`
patternbox4.style.backgroundRepeat = 'no-repeat';
patternbox4.style.backgroundSize = 'cover';
diff --git a/TheHostel/game/rushhour/rushhour.html b/TheHostel/game/rushhour/rushhour.html
index 4d970b9..e656858 100644
--- a/TheHostel/game/rushhour/rushhour.html
+++ b/TheHostel/game/rushhour/rushhour.html
@@ -63,7 +63,6 @@
-