This commit is contained in:
2023-12-24 23:13:29 +08:00
2 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
body { body {
background-image: url('../asset/pic/louis16/LouisXVI_Restaurant.png'); background-image: url('../asset/pic/nixon/background.png');
background-repeat: no-repeat; background-repeat: no-repeat;
background-color: rgb(0, 136, 109); background-color: rgb(0, 136, 109);
} }
@@ -36,17 +36,17 @@
z-index: 4; z-index: 4;
} }
#louis img{ /* louis 16 */ #nixon img{ /* nixon 16 */
top: 235px; top: 235px;
left: 1050px; left: 1050px;
display: none; display: none;
} }
#louis1 img{ /* 断头台 */ #nixon1 img{ /* 断头台 */
top: 235px; top: 235px;
left: 1050px; left: 1050px;
display: none; display: none;
} }
#louis2 img{ /* 死 */ #nixon2 img{ /* 死 */
top: 235px; top: 235px;
left: 1050px; left: 1050px;
display: none; display: none;

View File

@@ -159,11 +159,11 @@ document.addEventListener("DOMContentLoaded", function() {
showElement("#dialogueBox img"); showElement("#dialogueBox img");
// Show all dishes // Show all dishes
showElement('#champagne img'); showElement('#burger img');
showElement('#cheese img'); showElement('#hot_dog img');
showElement('#crepe img'); showElement('#apple_pie img');
showElement('#foie-gras img'); showElement('#fried_chicken img');
showElement('#onion-soup img'); showElement('#pancakes img');
// Show a random customer // Show a random customer
showElement(customers[RandomCustomerIndex][0]); showElement(customers[RandomCustomerIndex][0]);