chore: slow date tick rate

This commit is contained in:
pskfyi 2022-01-09 22:25:55 -08:00 committed by pskfyi
parent dbe68a5f36
commit 5ab549d441
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ export default {
}, 1000) }, 1000)
window.setInterval(() => { window.setInterval(() => {
this.$store.commit('tickGameDate') this.$store.commit('tickGameDate')
}, 100) }, 1000)
}, },
methods: { methods: {
gametick() { gametick() {