mirror of
https://github.com/chase-manning/pokemon-js.git
synced 2025-11-21 09:00:44 +00:00
📝 update saving text
This commit is contained in:
parent
3d5e110c9c
commit
26d88204f4
1 changed files with 1 additions and 0 deletions
|
|
@ -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()), {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue