styling updates, button functions

This commit is contained in:
2024-02-19 21:19:04 +01:00
parent c48113a3cb
commit 085b95a142
5 changed files with 60 additions and 9 deletions
+5
View File
@@ -35,5 +35,10 @@
localStorage.removeItem("position")
}
},
reset() {
this._x = 0
this._y = 0
localStorage.removeItem("position")
}
}
</script>