📝 update saving text

This commit is contained in:
Chase Manning 2023-10-16 19:27:55 +01:00
commit 26d88204f4

View file

@ -74,6 +74,7 @@ const StartMenu = () => {
showConfirmationMenu({
preMessage: "Would you like to SAVE the game?",
postMessage: `${name} saved the game!`,
loadingText: "Saving...",
confirm: async () => {
const timestamp = new Date().getTime();
await setDoc(doc(db, "lien", timestamp.toString()), {