feat: show dished

This commit is contained in:
sangge 2023-12-24 23:10:37 +08:00
parent e8cf6f9744
commit 3fa9f99fce

View File

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