chore: slow date tick rate

This commit is contained in:
pskfyi 2022-01-09 22:25:55 -08:00 committed by pskfyi
commit 5ab549d441

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() {